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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 702 #define UCOL_COMMON_BOT2 UCOL_BYTE_COMMON
704 #define UCOL_TOTAL2 (UCOL_COMMON_TOP2-UCOL_COMMON_BOT2-1)
722 #define UCOL_COMMON2 UCOL_COMMON_BOT2
    [all...]
ucol.cpp     [all...]
ucol_bld.cpp 526 if(low >= (UCOL_COMMON_BOT2<<24) && low < (uint32_t)(UCOL_COMMON_TOP2<<24)) {
529 if(high > (UCOL_COMMON_BOT2<<24) && high < (uint32_t)(UCOL_COMMON_TOP2<<24)) {
532 if(low < (UCOL_COMMON_BOT2<<24)) {
535 //g->current = UCOL_COMMON_BOT2<<24;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c     [all...]

Completed in 78 milliseconds