Home
last modified time | relevance | path

Searched refs:ref_case_compare (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dtstnorm.cpp921 ref_case_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options) { in ref_case_compare() function
1125 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompare()
1182 refResult=ref_case_compare(s1, s2, opt[k].options); in TestCompare()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java1785 private int ref_case_compare(String s1, String s2, int options) { in ref_case_compare() method in BasicTest
2001 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompareDebug()
2053 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompare()
2107 refResult=ref_case_compare(s1, s2, opt[k].options); in TestCompare()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DBasicTest.java1788 private int ref_case_compare(String s1, String s2, int options) { in ref_case_compare() method in BasicTest
2004 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompareDebug()
2056 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompare()
2110 refResult=ref_case_compare(s1, s2, opt[k].options); in TestCompare()