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

  /external/icu4c/i18n/
ucol_imp.h 209 #define UCOL_CASE_MAX_BUFFER UCOL_MAX_BUFFER/4
211 UCOL_CASE_MAX_BUFFER as previously defined above was too small. A single collation element can
215 define UCOL_CASE_MAX_BUFFER in terms of both UCOL_MAX_BUFFER and UCOL_CASE_SHIFT_START. Since
216 UCOL_CASE_SHIFT_START is defined lower down, we move the real definition of UCOL_CASE_MAX_BUFFER
424 The definition of UCOL_CASE_MAX_BUFFER is moved down here so it can use UCOL_CASE_SHIFT_START.
427 values are compressed into one byte. The UCOL_CASE_MAX_BUFFER should effectively be UCOL_MAX_BUFFER
430 #define UCOL_CASE_MAX_BUFFER (((2*UCOL_MAX_BUFFER) + UCOL_CASE_SHIFT_START - 1)/UCOL_CASE_SHIFT_START)
    [all...]
ucol.cpp     [all...]

Completed in 1222 milliseconds