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

  /external/icu4c/test/intltest/
ustrtest.cpp 325 // test compareBetween
326 if (test1.compareBetween(0, 14, test2, 0, 14) != 0 || test1.compareBetween(0, 14, test3, 0, 14) != 0
327 || test1.compareBetween(0, 14, test4, 12, 26) != 0)
328 errln("compareBetween failed");
330 if (test1.compareBetween(10, 14, test2, 0, 4) >= 0 || test1.compareBetween(10, 14, test3, 22, 31) <= 0
331 || test1.compareBetween(10, 14, test4, 22, 26) != 0)
332 errln("compareBetween failed");
    [all...]
dtfmttst.cpp 772 if (0 != dateString.compareBetween(0, exp.length(), exp, 0, exp.length())) errln((UnicodeString)"FAIL: Expected " + exp);
823 if (0!=format.compareBetween(0, expected.length(), expected, 0, expected.length()))
    [all...]
srchtest.cpp 292 strsrch->getText().compareBetween(matchindex,
332 strsrch->getText().compareBetween(matchindex,
    [all...]
  /external/icu4c/common/unicode/
unistr.h 394 inline int8_t compareBetween(int32_t start,
720 * This is equivalent to this->foldCase(options).compareBetween(text.foldCase(options)).
    [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp     [all...]
calendar.cpp 202 && id.compareBetween(1, keywordIdx+1, calendarKeyword, 0, calKeyLen) == 0)
    [all...]

Completed in 3393 milliseconds