Home | History | Annotate | Download | only in libxml2

Lines Matching refs:u8String

218  * @u8String:  uft-8 string
223 __xmlIOWin32UTF8ToWChar(const char *u8String)
227 if (u8String) {
229 MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, u8String,
235 (CP_UTF8, 0, u8String, -1, wString, wLen) == 0) {