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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp 456 low = UCOL_COMMON_TOP2<<24;
458 count = 0xFF - UCOL_COMMON_TOP2;
499 if (low < UCOL_COMMON_TOP2<<24 ) {
500 // Override if low range is less than UCOL_COMMON_TOP2.
501 low = UCOL_COMMON_TOP2<<24;
527 if(low >= (UCOL_COMMON_BOT2<<24) && low < (uint32_t)(UCOL_COMMON_TOP2<<24)) {
528 low = UCOL_COMMON_TOP2<<24;
530 if(high > (UCOL_COMMON_BOT2<<24) && high < (uint32_t)(UCOL_COMMON_TOP2<<24)) {
531 high = UCOL_COMMON_TOP2<<24;
    [all...]
ucol_imp.h 699 #define UCOL_COMMON_TOP2 0x86u
700 #define UCOL_TOTAL2 (UCOL_COMMON_TOP2-UCOL_COMMON_BOT2-1)
    [all...]
ucol.cpp     [all...]
  /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/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c     [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c     [all...]

Completed in 515 milliseconds