Home
last modified time | relevance | path

Searched defs:UTF8Buf (Results 1 – 5 of 5) sorted by relevance

/external/cronet/third_party/icu/source/common/
Dutext.cpp877 struct UTF8Buf { struct
878 int32_t bufNativeStart; // Native index of first char in char16_t buf
879 int32_t bufNativeLimit; // Native index following last char in buf.
880 int32_t bufStartIdx; // First filled position in buf.
881 int32_t bufLimitIdx; // Limit of filled range in buf.
882 int32_t bufNILimit; // Limit of native indexing part of buf
883 int32_t toUCharsMapStart; // Native index corresponding to
888 …[UTF8_TEXT_CHUNK_SIZE+4]; // The char16_t buffer. Requires one extra position beyond the
894 uint8_t mapToNative[UTF8_TEXT_CHUNK_SIZE+4]; // map char16_t index in buf to
899 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to
[all …]
/external/icu/icu4c/source/common/
Dutext.cpp877 struct UTF8Buf { struct
878 int32_t bufNativeStart; // Native index of first char in char16_t buf
879 int32_t bufNativeLimit; // Native index following last char in buf.
880 int32_t bufStartIdx; // First filled position in buf.
881 int32_t bufLimitIdx; // Limit of filled range in buf.
882 int32_t bufNILimit; // Limit of native indexing part of buf
883 int32_t toUCharsMapStart; // Native index corresponding to
888 …[UTF8_TEXT_CHUNK_SIZE+4]; // The char16_t buffer. Requires one extra position beyond the
894 uint8_t mapToNative[UTF8_TEXT_CHUNK_SIZE+4]; // map char16_t index in buf to
899 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to
[all …]
/external/llvm/lib/Support/
DCommandLine.cpp880 std::string UTF8Buf; in ExpandResponseFile() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp1069 std::string UTF8Buf; in ExpandResponseFile() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DCommandLine.cpp1169 std::string UTF8Buf; in expandResponseFile() local