Searched refs:UTF8Buf (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp1187 // UTF8Buf Two of these structs will be set up in the UText's extra allocated space.
1200 struct UTF8Buf { struct
1270 UTF8Buf *u8b = NULL;
1320 UTF8Buf *altB = (UTF8Buf *)ut->q;
1332 u8b = (UTF8Buf *)ut->q; // the alternate buffer
1363 u8b = (UTF8Buf *)ut->p; // the current buffer
1387 UTF8Buf *altB = (UTF8Buf *)ut->q;
1399 u8b = (UTF8Buf *)u
[all...]
/external/icu4c/common/
H A Dutext.cpp841 // UTF8Buf Two of these structs will be set up in the UText's extra allocated space.
854 struct UTF8Buf { struct
924 UTF8Buf *u8b = NULL;
974 UTF8Buf *altB = (UTF8Buf *)ut->q;
986 u8b = (UTF8Buf *)ut->q; // the alternate buffer
1017 u8b = (UTF8Buf *)ut->p; // the current buffer
1041 UTF8Buf *altB = (UTF8Buf *)ut->q;
1053 u8b = (UTF8Buf *)u
[all...]
/external/llvm/lib/Support/
H A DCommandLine.cpp616 std::string UTF8Buf; local
618 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf))
620 Str = StringRef(UTF8Buf);

Completed in 71 milliseconds