Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCOL_CASE_MAX_BUFFER

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)