Home
last modified time | relevance | path

Searched refs:customNorm2 (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtstnorm.cpp1437 const Normalizer2 *customNorm2= in TestCustomComp() local
1447 UnicodeString result=customNorm2->normalize(input, errorCode); in TestCustomComp()
1469 const Normalizer2 *customNorm2= in TestCustomFCC() local
1479 UnicodeString result=customNorm2->normalize(input, errorCode); in TestCustomFCC()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java2637 Normalizer2 customNorm2; in TestCustomComp() local
2638 customNorm2= in TestCustomComp()
2647 String result=customNorm2.normalize(input); in TestCustomComp()
2668 Normalizer2 customNorm2; in TestCustomFCC() local
2669 customNorm2= in TestCustomFCC()
2678 String result=customNorm2.normalize(input); in TestCustomFCC()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java2636 Normalizer2 customNorm2; in TestCustomComp() local
2637 customNorm2= in TestCustomComp()
2646 String result=customNorm2.normalize(input); in TestCustomComp()
2667 Normalizer2 customNorm2; in TestCustomFCC() local
2668 customNorm2= in TestCustomFCC()
2677 String result=customNorm2.normalize(input); in TestCustomFCC()