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

  /external/icu/icu4c/source/common/unicode/
unistr.h 688 inline int8_t caseCompare(const UnicodeString& text, uint32_t options) const;
710 inline int8_t caseCompare(int32_t start,
    [all...]
  /external/icu/icu4c/source/common/
unistr_case.cpp 249 return str1->caseCompare(*str2, U_FOLD_CASE_DEFAULT) == 0;
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 210 if(0!=s.caseCompare(buffer, -1, U_FOLD_CASE_DEFAULT)) {
211 errln("UnicodeString.caseCompare(const UChar *, length, options) does not work with length==-1");
213 if(0!=s.caseCompare(0, s.length(), buffer, U_FOLD_CASE_DEFAULT)) {
214 errln("UnicodeString.caseCompare(start, _length, const UChar *, options) does not work");
344 test1.caseCompare(test2, U_FOLD_CASE_DEFAULT)<=0
378 /* test caseCompare() */
394 /* test caseCompare() */
395 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_DEFAULT);
397 errln("error: mixed.caseCompare(other, default)=%ld instead of 0\n", result);
399 result=mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I)
    [all...]
icusvtst.cpp 857 if (!ls.caseCompare(valley, 0)) {
859 } else if (!ls.caseCompare(surfer, 0)) {
861 } else if (!ls.caseCompare(geek, 0)) {
868 if (!id.caseCompare(valley, 0)) {
870 } else if (!id.caseCompare(surfer, 0)) {
872 } else if (!id.caseCompare(geek, 0)) {
    [all...]
transtst.cpp     [all...]
transrt.cpp 431 if (a.caseCompare(b, U_FOLD_CASE_DEFAULT)==0 && isCamel(a)) return TRUE;
437 if (aa.caseCompare(bb, U_FOLD_CASE_DEFAULT)==0 && isCamel(aa)) return TRUE;
    [all...]
tstnorm.cpp     [all...]
rbbimonkeytest.cpp     [all...]
  /external/icu/icu4c/source/i18n/
tridpars.cpp 658 if (bidirectional && 0==target.caseCompare(inverseTarget, U_FOLD_CASE_DEFAULT)) {
856 if (0!=specs.source.caseCompare(ANY, 3, U_FOLD_CASE_DEFAULT)) {
anytrans.cpp 369 if (source.caseCompare(ANY, 3, 0 /*U_FOLD_CASE_DEFAULT*/) == 0) continue;
tzfmt.cpp     [all...]
tzgnames.cpp 689 if (stdName.caseCompare(mzGenericName, 0) == 0) {
    [all...]
regexcmp.cpp     [all...]

Completed in 1477 milliseconds