Searched refs:customNorm2 (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp1434 const Normalizer2 *customNorm2= local
1444 UnicodeString result=customNorm2->normalize(input, errorCode);
1466 const Normalizer2 *customNorm2= local
1476 UnicodeString result=customNorm2->normalize(input, errorCode);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java2563 Normalizer2 customNorm2;
2564 customNorm2=
2573 String result=customNorm2.normalize(input);
2593 Normalizer2 customNorm2;
2594 customNorm2=
2603 String result=customNorm2.normalize(input);

Completed in 133 milliseconds