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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp 455 low = UCOL_COMMON_TOP2<<24;
457 count = 0xFF - UCOL_COMMON_TOP2;
498 if (low < UCOL_COMMON_TOP2<<24 ) {
499 // Override if low range is less than UCOL_COMMON_TOP2.
500 low = UCOL_COMMON_TOP2<<24;
526 if(low >= (UCOL_COMMON_BOT2<<24) && low < (uint32_t)(UCOL_COMMON_TOP2<<24)) {
527 low = UCOL_COMMON_TOP2<<24;
529 if(high > (UCOL_COMMON_BOT2<<24) && high < (uint32_t)(UCOL_COMMON_TOP2<<24)) {
530 high = UCOL_COMMON_TOP2<<24;
    [all...]
ucol_imp.h 703 #define UCOL_COMMON_TOP2 0x86u
704 #define UCOL_TOTAL2 (UCOL_COMMON_TOP2-UCOL_COMMON_BOT2-1)
    [all...]
ucol.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c     [all...]

Completed in 37 milliseconds