Searched refs:gotComp (Results 1 – 3 of 3) sorted by relevance
200 boolean gotComp = false; in characterTest()216 if (item.equals(comp)) gotComp = true; in characterTest()255 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
196 boolean gotComp = false; in characterTest()212 if (item.equals(comp)) gotComp = true; in characterTest()251 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
180 UBool gotComp = FALSE; in characterTest() local199 if (item == comp) gotComp = TRUE; in characterTest()202 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()