Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtstnorm.cpp890 ref_case_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options) { in ref_case_compare() function
1094 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompare()
1151 refResult=ref_case_compare(s1, s2, opt[k].options); in TestCompare()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java1727 private int ref_case_compare(String s1, String s2, int options) { in ref_case_compare() method in BasicTest
1942 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompareDebug()
1993 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompare()
2047 refResult=ref_case_compare(s1, s2, opt[k].options); in TestCompare()