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

  /external/icu/icu4c/source/common/
utext.cpp 855 // UTF8Buf Two of these structs will be set up in the UText's extra allocated space.
868 struct UTF8Buf {
938 UTF8Buf *u8b = NULL;
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 718 std::string UTF8Buf;
720 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf))
722 Str = StringRef(UTF8Buf);
    [all...]

Completed in 61 milliseconds