HomeSort by relevance Sort by last modified time
    Searched refs:u8String (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 268 char *u8String = new char[u8Len + 1];
269 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8");
276 U8_NEXT(u8String, i, u8Len, c)
283 ut = utext_openUTF8(NULL, u8String, -1, &status);
292 delete []u8String;
    [all...]
  /external/libxml2/
xmlIO.c 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) {
    [all...]

Completed in 67 milliseconds