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

  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 874 // test utext_compare(), simple
877 if (utext_compare(&test1, -1, &test2, -1) != 0) errln("utext_compare() failed, simple setup");
880 if (utext_compare(&test1, -1, &test3, -1) >= 0) errln("utext_compare() failed, simple setup");
883 if (utext_compare(&test1, -1, &test4, -1) <= 0) errln("utext_compare() failed, simple setup");
896 // test utext_compare(), one explicit length
899 if (utext_compare(&test1, 14, &test2, -1) != 0) errln("utext_compare() failed, one explicit length")
    [all...]
regextst.cpp 205 if (utext_compare(&expectedText, -1, actual, -1) != 0) {
227 if (utext_compare(&expectedText, -1, actual, -1) != 0) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uintrnal.h 130 # 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 1596 #define utext_compare macro
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
reapits.c 98 if (utext_compare(&expectedText, -1, actual, -1) != 0) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/
utext.cpp 455 utext_compare(UText *s1, int32_t length1, function
    [all...]

Completed in 104 milliseconds