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

  /external/icu4c/test/intltest/
utxttest.cpp 886 // test utext_compareNativeLimit(), simple
889 if (utext_compareNativeLimit(&test1, -1, &test2, -1) != 0) errln("utext_compareNativeLimit() failed, simple setup");
892 if (utext_compareNativeLimit(&test1, -1, &test3, -1) >= 0) errln("utext_compareNativeLimit() failed, simple setup");
895 if (utext_compareNativeLimit(&test1, -1, &test4, -1) <= 0) errln("utext_compareNativeLimit() failed, simple setup");
911 // test utext_compareNativeLimit(), one explicit length
914 if (utext_compareNativeLimit(&test1, 14, &test2, -1) != 0) errln("utext_compareNativeLimit() failed, one explicit length")
    [all...]
  /external/icu4c/common/unicode/
uintrnal.h 141 # define utext_compareNativeLimit utext_compareNativeLimit_INTERNAL_API_DO_NOT_USE
utext.h 736 utext_compareNativeLimit(UText *s1, int64_t limit1,
    [all...]
urename.h     [all...]
  /external/icu4c/common/
utext.cpp 515 utext_compareNativeLimit(UText *s1, int64_t limit1,
    [all...]
  /external/icu4c/i18n/
rematch.cpp     [all...]

Completed in 38 milliseconds