Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkTypeface_win_dw.cpp151 SkSMallocWCHAR wString(stringLen+1); in next() local
152 HRBM(fStrings->GetString(fIndex, wString.get(), stringLen+1), "Could not get string."); in next()
154 HRB(sk_wchar_to_skstring(wString.get(), stringLen, &localizedString->fString)); in next()
/external/libxml2/
DxmlIO.c225 wchar_t *wString = NULL; in __xmlIOWin32UTF8ToWChar() local
232 wString = xmlMalloc(wLen * sizeof(wchar_t)); in __xmlIOWin32UTF8ToWChar()
233 if (wString) { in __xmlIOWin32UTF8ToWChar()
235 (CP_UTF8, 0, u8String, -1, wString, wLen) == 0) { in __xmlIOWin32UTF8ToWChar()
236 xmlFree(wString); in __xmlIOWin32UTF8ToWChar()
237 wString = NULL; in __xmlIOWin32UTF8ToWChar()
243 return wString; in __xmlIOWin32UTF8ToWChar()