Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutext.cpp868 struct UTF8Buf { struct
938 UTF8Buf *u8b = NULL; in utf8TextAccess()
988 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1000 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1031 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()
1055 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1067 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1095 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()
1116 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1148 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
[all …]
/external/llvm/lib/Support/
DCommandLine.cpp719 std::string UTF8Buf; in ExpandResponseFile() local
721 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()
723 Str = StringRef(UTF8Buf); in ExpandResponseFile()