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 454 low = UCOL_COMMON_TOP2<<24;
456 count = 0xFF - UCOL_COMMON_TOP2;
497 if (low < UCOL_COMMON_TOP2<<24 ) {
498 // Override if low range is less than UCOL_COMMON_TOP2.
499 low = UCOL_COMMON_TOP2<<24;
525 if(low >= (UCOL_COMMON_BOT2<<24) && low < (uint32_t)(UCOL_COMMON_TOP2<<24)) {
526 low = UCOL_COMMON_TOP2<<24;
528 if(high > (UCOL_COMMON_BOT2<<24) && high < (uint32_t)(UCOL_COMMON_TOP2<<24)) {
529 high = UCOL_COMMON_TOP2<<24;
    [all...]
ucol_imp.h 735 #define UCOL_COMMON_TOP2 0x86u
736 #define UCOL_TOTAL2 (UCOL_COMMON_TOP2-UCOL_COMMON_BOT2-1)
    [all...]
ucol.cpp     [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c     [all...]

Completed in 287 milliseconds