Searched refs:ref_case_compare (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tstnorm.cpp | 893 ref_case_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options) { in ref_case_compare() function 1097 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompare() 1154 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 | 1783 private int ref_case_compare(String s1, String s2, int options) { in ref_case_compare() method in BasicTest 1999 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompareDebug() 2051 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompare() 2105 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 | 1782 private int ref_case_compare(String s1, String s2, int options) { in ref_case_compare() method in BasicTest 1998 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompareDebug() 2050 refResult=ref_case_compare(s[i], s[j], opt[k].options); in TestCompare() 2104 refResult=ref_case_compare(s1, s2, opt[k].options); in TestCompare()
|