Home
last modified time | relevance | path

Searched refs:gotComp (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DTestCanonicalIterator.java196 boolean gotComp = false; in characterTest()
212 if (item.equals(comp)) gotComp = true; in characterTest()
251 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
/external/icu/icu4c/source/test/intltest/
Dcanittst.cpp180 UBool gotComp = FALSE; in characterTest() local
199 if (item == comp) gotComp = TRUE; in characterTest()
202 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()