Searched refs:needsNormalization (Results 1 – 4 of 4) sorted by relevance
106 UBool needsNormalization(const UnicodeString &s, UErrorCode &errorCode) const;1312 UBool CollationTest::needsNormalization(const UnicodeString &s, UErrorCode &errorCode) const { in needsNormalization() function in CollationTest1782 if(!needsNormalization(prevString, errorCode) && !needsNormalization(s, errorCode)) { in checkCompareStrings()
134 boolean needsNormalization) { in Rotation() argument136 if (needsNormalization) { in Rotation()
1377 private boolean needsNormalization(String s) {1645 if (!needsNormalization(prevString) && !needsNormalization(s)) {
1381 private boolean needsNormalization(String s) {1649 if (!needsNormalization(prevString) && !needsNormalization(s)) {