Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtstnorm.cpp1434 const Normalizer2 *customNorm2= in TestCustomComp() local
1444 UnicodeString result=customNorm2->normalize(input, errorCode); in TestCustomComp()
1466 const Normalizer2 *customNorm2= in TestCustomFCC() local
1476 UnicodeString result=customNorm2->normalize(input, errorCode); in TestCustomFCC()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java2572 Normalizer2 customNorm2; in TestCustomComp() local
2573 customNorm2= in TestCustomComp()
2582 String result=customNorm2.normalize(input); in TestCustomComp()
2602 Normalizer2 customNorm2; in TestCustomFCC() local
2603 customNorm2= in TestCustomFCC()
2612 String result=customNorm2.normalize(input); in TestCustomFCC()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java2568 Normalizer2 customNorm2; in TestCustomComp() local
2569 customNorm2= in TestCustomComp()
2578 String result=customNorm2.normalize(input); in TestCustomComp()
2598 Normalizer2 customNorm2; in TestCustomFCC() local
2599 customNorm2= in TestCustomFCC()
2608 String result=customNorm2.normalize(input); in TestCustomFCC()