Home
last modified time | relevance | path

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

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