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

  /external/chromium_org/third_party/icu/source/common/
ustr_imp.h 28 #ifndef U_COMPARE_IGNORE_CASE
35 #define U_COMPARE_IGNORE_CASE 0x10000
unormcmp.cpp 175 * assume that at least one of the options _COMPARE_EQUIV and U_COMPARE_IGNORE_CASE is set
186 if((options&U_COMPARE_IGNORE_CASE)!=0) {
321 if( level1==0 && (options&U_COMPARE_IGNORE_CASE) &&
366 if( level2==0 && (options&U_COMPARE_IGNORE_CASE) &&
unistr_case.cpp 67 options|U_COMPARE_IGNORE_CASE, &errorCode);
ustrcase.c 677 * assume that at least the option U_COMPARE_IGNORE_CASE is set
961 options|U_COMPARE_IGNORE_CASE,
969 options|U_COMPARE_IGNORE_CASE,
977 options|U_COMPARE_IGNORE_CASE,
985 options|(U_COMPARE_IGNORE_CASE|_STRNCMP_STYLE),
  /external/icu4c/common/
ustr_imp.h 28 #ifndef U_COMPARE_IGNORE_CASE
34 #define U_COMPARE_IGNORE_CASE 0x10000
unormcmp.cpp 175 * assume that at least one of the options _COMPARE_EQUIV and U_COMPARE_IGNORE_CASE is set
186 if((options&U_COMPARE_IGNORE_CASE)!=0) {
321 if( level1==0 && (options&U_COMPARE_IGNORE_CASE) &&
366 if( level2==0 && (options&U_COMPARE_IGNORE_CASE) &&
unistr_case.cpp 67 options|U_COMPARE_IGNORE_CASE, &errorCode);
ustrcase.cpp 498 * assume that at least the option U_COMPARE_IGNORE_CASE is set
782 options|U_COMPARE_IGNORE_CASE,
790 options|U_COMPARE_IGNORE_CASE,
798 options|U_COMPARE_IGNORE_CASE,
806 options|(U_COMPARE_IGNORE_CASE|_STRNCMP_STYLE),
  /external/chromium_org/third_party/icu/source/common/unicode/
unorm.h 475 #define U_COMPARE_IGNORE_CASE 0x10000
530 * - U_COMPARE_IGNORE_CASE
  /external/icu4c/common/unicode/
unorm.h 475 #define U_COMPARE_IGNORE_CASE 0x10000
530 * - U_COMPARE_IGNORE_CASE
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnorm.cpp 854 if(options&U_COMPARE_IGNORE_CASE) {
    [all...]
normconf.cpp 430 rc=Normalizer::compare(field[0], field[2], (options<<UNORM_COMPARE_NORM_OPTIONS_SHIFT)|U_COMPARE_IGNORE_CASE, status);
  /external/icu4c/test/intltest/
tstnorm.cpp 855 if(options&U_COMPARE_IGNORE_CASE) {
    [all...]
normconf.cpp 430 rc=Normalizer::compare(field[0], field[2], (options<<UNORM_COMPARE_NORM_OPTIONS_SHIFT)|U_COMPARE_IGNORE_CASE, status);

Completed in 440 milliseconds