Searched refs:u8String (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
H A Dutxttest.cpp258 char *u8String = new char[u8Len + 1]; local
259 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8");
266 U8_NEXT(u8String, i, u8Len, c)
273 ut = utext_openUTF8(NULL, u8String, -1, &status);
282 delete []u8String;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dutxttest.cpp260 char *u8String = new char[u8Len + 1]; local
261 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8");
268 U8_NEXT(u8String, i, u8Len, c)
275 ut = utext_openUTF8(NULL, u8String, -1, &status);
284 delete []u8String;
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c212 * @u8String: uft-8 string
217 __xmlIOWin32UTF8ToWChar(const char *u8String) argument
221 if (u8String) {
223 MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, u8String,
229 (CP_UTF8, 0, u8String, -1, wString, wLen) == 0) {
/external/libxml2/
H A DxmlIO.c215 * @u8String: uft-8 string
220 __xmlIOWin32UTF8ToWChar(const char *u8String) argument
224 if (u8String) {
226 MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, u8String,
232 (CP_UTF8, 0, u8String, -1, wString, wLen) == 0) {

Completed in 143 milliseconds