Searched refs:ref_case_compare (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tstnorm.cpp | 890 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/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 1736 private int ref_case_compare(String s1, String s2, int options) { in ref_case_compare() method in BasicTest 1951 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompareDebug() 2002 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompare() 2056 refResult=ref_case_compare(s1, s2, opt[k].options); in TestCompare()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 1732 private int ref_case_compare(String s1, String s2, int options) { in ref_case_compare() method in BasicTest 1947 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompareDebug() 1998 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompare() 2052 refResult=ref_case_compare(s1, s2, opt[k].options); in TestCompare()
|