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

  /external/icu/icu4c/source/common/unicode/
stringoptions.h 159 #define U_COMPARE_CODE_POINT_ORDER 0x8000
  /external/icu/libandroidicu/include/unicode/
stringoptions.h 159 #define U_COMPARE_CODE_POINT_ORDER 0x8000
  /external/icu/icu4c/source/common/
unormcmp.cpp 504 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) {
ustrcase.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 897 if(options&U_COMPARE_CODE_POINT_ORDER)
    [all...]

Completed in 203 milliseconds