Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DTestCanonicalIterator.java201 boolean gotComp = false; in characterTest()
217 if (item.equals(comp)) gotComp = true; in characterTest()
256 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DTestCanonicalIterator.java204 boolean gotComp = false; in characterTest()
220 if (item.equals(comp)) gotComp = true; in characterTest()
259 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
/third_party/icu/icu4c/source/test/intltest/
Dcanittst.cpp181 UBool gotComp = false; in characterTest() local
200 if (item == comp) gotComp = true; in characterTest()
203 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()