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

  /external/icu4c/test/intltest/
utxttest.cpp 875 // test utext_compare(), simple
878 if (utext_compare(&test1, -1, &test2, -1) != 0) errln("utext_compare() failed, simple setup");
881 if (utext_compare(&test1, -1, &test3, -1) >= 0) errln("utext_compare() failed, simple setup");
884 if (utext_compare(&test1, -1, &test4, -1) <= 0) errln("utext_compare() failed, simple setup");
897 // test utext_compare(), one explicit length
900 if (utext_compare(&test1, 14, &test2, -1) != 0) errln("utext_compare() failed, one explicit length")
    [all...]
regextst.cpp 136 if (utext_compare(&expectedText, -1, actual, -1) != 0) {
    [all...]
  /external/icu4c/common/unicode/
uintrnal.h 140 # define utext_compare utext_compare_INTERNAL_API_DO_NOT_USE macro
utext.h 705 utext_compare(UText *s1, int32_t length1,
711 * the last character compared. This method differs from utext_compare in that
    [all...]
urename.h 1557 #define utext_compare macro
    [all...]
  /external/icu4c/test/cintltst/
reapits.c 98 if (utext_compare(&expectedText, -1, actual, -1) != 0) {
    [all...]
  /external/icu4c/common/
utext.cpp 455 utext_compare(UText *s1, int32_t length1, function
    [all...]

Completed in 58 milliseconds