Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DTestCanonicalIterator.java203 boolean gotDecomp = false; in characterTest()
219 if (item.equals(decomp)) gotDecomp = true; in characterTest()
259 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DTestCanonicalIterator.java200 boolean gotDecomp = false; in characterTest()
216 if (item.equals(decomp)) gotDecomp = true; in characterTest()
256 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
/external/icu/icu4c/source/test/intltest/
Dcanittst.cpp180 UBool gotDecomp = FALSE; in characterTest() local
199 if (item == decomp) gotDecomp = TRUE; in characterTest()
203 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()