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

  /external/chromium_org/third_party/icu/source/common/
utext.cpp 838 enum { UTF8_TEXT_CHUNK_SIZE=32 };
849 // Buffer size is one bigger than the specified UTF8_TEXT_CHUNK_SIZE to allow for
865 UChar buf[UTF8_TEXT_CHUNK_SIZE+4]; // The UChar buffer. Requires one extra position beyond the
871 uint8_t mapToNative[UTF8_TEXT_CHUNK_SIZE+4]; // map UChar index in buf to
876 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to
    [all...]
  /external/icu/icu4c/source/common/
utext.cpp 843 enum { UTF8_TEXT_CHUNK_SIZE=32 };
854 // Buffer size is one bigger than the specified UTF8_TEXT_CHUNK_SIZE to allow for
870 UChar buf[UTF8_TEXT_CHUNK_SIZE+4]; // The UChar buffer. Requires one extra position beyond the
876 uint8_t mapToNative[UTF8_TEXT_CHUNK_SIZE+4]; // map UChar index in buf to
881 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to
    [all...]

Completed in 82 milliseconds