Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkTypeface_win_dw.cpp153 SkSMallocWCHAR wString(stringLen+1); in next() local
154 HRBM(fStrings->GetString(fIndex, wString.get(), stringLen+1), "Could not get string."); in next()
156 HRB(sk_wchar_to_skstring(wString.get(), stringLen, &localizedString->fString)); in next()
/external/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()