Searched refs:gotDecomp (Results 1 – 3 of 3) sorted by relevance
200 boolean gotDecomp = false; in characterTest()216 if (item.equals(decomp)) gotDecomp = true; in characterTest()256 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
203 boolean gotDecomp = false; in characterTest()219 if (item.equals(decomp)) gotDecomp = true; in characterTest()259 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()
180 UBool gotDecomp = false; in characterTest() local199 if (item == decomp) gotDecomp = true; in characterTest()203 if (!gotSource || !gotDecomp || !gotComp) { in characterTest()