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

  /external/icu4c/i18n/
ucol_bld.cpp 457 low = UCOL_COMMON_TOP2<<24;
459 count = 0xFF - UCOL_COMMON_TOP2;
500 if (low < UCOL_COMMON_TOP2<<24 ) {
501 // Override if low range is less than UCOL_COMMON_TOP2.
502 low = UCOL_COMMON_TOP2<<24;
528 if(low >= (UCOL_COMMON_BOT2<<24) && low < (uint32_t)(UCOL_COMMON_TOP2<<24)) {
529 low = UCOL_COMMON_TOP2<<24;
531 if(high > (UCOL_COMMON_BOT2<<24) && high < (uint32_t)(UCOL_COMMON_TOP2<<24)) {
532 high = UCOL_COMMON_TOP2<<24;
    [all...]
ucol_imp.h 715 #define UCOL_COMMON_TOP2 0x86u
716 #define UCOL_TOTAL2 (UCOL_COMMON_TOP2-UCOL_COMMON_BOT2-1)
    [all...]
ucol.cpp     [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c     [all...]

Completed in 425 milliseconds