Searched defs:ref_norm_compare (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp850 ref_norm_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options, UErrorCode &errorCode) { function
1083 refResult=ref_norm_compare(s[i], s[j], opt[k].options, errorCode);
1140 refResult=ref_norm_compare(s1, s2, opt[k].options, errorCode);
/external/icu4c/test/intltest/
H A Dtstnorm.cpp851 ref_norm_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options, UErrorCode &errorCode) { function
1084 refResult=ref_norm_compare(s[i], s[j], opt[k].options, errorCode);
1141 refResult=ref_norm_compare(s1, s2, opt[k].options, errorCode);

Completed in 72 milliseconds