Searched refs:wstr (Results 1 – 1 of 1) sorted by relevance
2320 WCHAR *wstr; in GetTextWidthEnc() local2324 wstr = enc_to_utf16(str, &wlen); in GetTextWidthEnc()2325 if (wstr == NULL) in GetTextWidthEnc()2328 n = GetTextExtentPointW(hdc, wstr, wlen, &size); in GetTextWidthEnc()2329 vim_free(wstr); in GetTextWidthEnc()2540 WCHAR *wstr = NULL; in gui_mch_update_tabline() local2575 wstr = enc_to_utf16(NameBuff, NULL); in gui_mch_update_tabline()2576 if (wstr != NULL) in gui_mch_update_tabline()2582 tiw.pszText = wstr; in gui_mch_update_tabline()2584 vim_free(wstr); in gui_mch_update_tabline()