Searched refs:gotComp (Results 1 – 4 of 4) sorted by relevance
204 boolean gotComp = false; in characterTest()220 if (item.equals(comp)) gotComp = true; in characterTest()259 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
201 boolean gotComp = false; in characterTest()217 if (item.equals(comp)) gotComp = true; in characterTest()256 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
181 UBool gotComp = false; in characterTest() local200 if (item == comp) gotComp = true; in characterTest()203 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()