Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutext.cpp856 enum { UTF8_TEXT_CHUNK_SIZE=32 }; enumerator
883 …UChar buf[UTF8_TEXT_CHUNK_SIZE+4]; // The UChar buffer. Requires one extra position…
889 uint8_t mapToNative[UTF8_TEXT_CHUNK_SIZE+4]; // map UChar index in buf to
894 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to
1219 while (destIx<UTF8_TEXT_CHUNK_SIZE) { in utf8TextAccess()
1325 int32_t destIx = UTF8_TEXT_CHUNK_SIZE+2; // Start in the overflow region in utf8TextAccess()
1393 u8b_swap->bufLimitIdx = UTF8_TEXT_CHUNK_SIZE+2; in utf8TextAccess()