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

  /external/icu/icu4c/source/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...]
srchtest.cpp 294 strsrch->getText().compareBetween(matchindex,
336 strsrch->getText().compareBetween(matchindex,
    [all...]
dtfmttst.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h 453 inline int8_t compareBetween(int32_t start,
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 249 && id.compareBetween(1, keywordIdx+1, calendarKeyword, 0, calKeyLen) == 0)
    [all...]

Completed in 225 milliseconds