Home
last modified time | relevance | path

Searched refs:wString (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/ports/
DSkTypeface_win_dw.cpp89 SkSMallocWCHAR wString(stringLen+1); in next() local
90 HRBM(fStrings->GetString(fIndex, wString.get(), stringLen+1), "Could not get string."); in next()
92 HRB(sk_wchar_to_skstring(wString.get(), stringLen, &localizedString->fString)); in next()
/third_party/skia/src/ports/
DSkTypeface_win_dw.cpp124 SkSMallocWCHAR wString(static_cast<size_t>(stringLen)+1); in next() local
125 HRBM(fStrings->GetString(fIndex, wString.get(), stringLen+1), "Could not get string."); in next()
127 HRB(sk_wchar_to_skstring(wString.get(), stringLen, &localizedString->fString)); in next()
/third_party/libxml2/
DxmlIO.c203 wchar_t *wString = NULL; in __xmlIOWin32UTF8ToWChar() local
210 wString = xmlMalloc(wLen * sizeof(wchar_t)); in __xmlIOWin32UTF8ToWChar()
211 if (wString) { in __xmlIOWin32UTF8ToWChar()
213 (CP_UTF8, 0, u8String, -1, wString, wLen) == 0) { in __xmlIOWin32UTF8ToWChar()
214 xmlFree(wString); in __xmlIOWin32UTF8ToWChar()
215 wString = NULL; in __xmlIOWin32UTF8ToWChar()
221 return wString; in __xmlIOWin32UTF8ToWChar()
/third_party/gettext/gnulib-local/lib/libxml/
DxmlIO.c234 wchar_t *wString = NULL; in __xmlIOWin32UTF8ToWChar() local
241 wString = xmlMalloc(wLen * sizeof(wchar_t)); in __xmlIOWin32UTF8ToWChar()
242 if (wString) { in __xmlIOWin32UTF8ToWChar()
244 (CP_UTF8, 0, u8String, -1, wString, wLen) == 0) { in __xmlIOWin32UTF8ToWChar()
245 xmlFree(wString); in __xmlIOWin32UTF8ToWChar()
246 wString = NULL; in __xmlIOWin32UTF8ToWChar()
252 return wString; in __xmlIOWin32UTF8ToWChar()