Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dtstnorm.cpp1475 const Normalizer2 *customNorm2= in TestCustomComp() local
1485 UnicodeString result=customNorm2->normalize(input, errorCode); in TestCustomComp()
1512 const Normalizer2 *customNorm2= in TestCustomFCC() local
1522 UnicodeString result=customNorm2->normalize(input, errorCode); in TestCustomFCC()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java2649 Normalizer2 customNorm2; in TestCustomComp() local
2650 customNorm2= in TestCustomComp()
2659 String result=customNorm2.normalize(input); in TestCustomComp()
2685 Normalizer2 customNorm2; in TestCustomFCC() local
2686 customNorm2= in TestCustomFCC()
2695 String result=customNorm2.normalize(input); in TestCustomFCC()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DBasicTest.java2652 Normalizer2 customNorm2; in TestCustomComp() local
2653 customNorm2= in TestCustomComp()
2662 String result=customNorm2.normalize(input); in TestCustomComp()
2688 Normalizer2 customNorm2; in TestCustomFCC() local
2689 customNorm2= in TestCustomFCC()
2698 String result=customNorm2.normalize(input); in TestCustomFCC()