Searched refs:ref_case_compare (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tstnorm.cpp | 919 ref_case_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options) { in ref_case_compare() function 1123 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompare() 1180 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 | 1785 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()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 1788 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()
|