Searched refs:toCheck (Results 1 – 4 of 4) sorted by relevance
84 Map<String, ZipEntry> toCheck = new HashMap<String, ZipEntry>(); in testCrcRange() local89 toCheck.put(entry.getName(), entry); in testCrcRange()93 Assert.assertEquals(zip.size(), toCheck.size()); in testCrcRange()97 ZipEntry checkEntry = toCheck.get(refEntry.getName()); in testCrcRange()
544 private static boolean brokenIsUpper(char toCheck) { in brokenIsUpper() argument545 return toCheck >= 'A' && toCheck <= 'Z'; in brokenIsUpper()552 private static boolean brokenIsLower(char toCheck) { in brokenIsLower() argument553 return toCheck >= 'a' && toCheck <= 'z'; in brokenIsLower()
128 val toCheck = in <lambda>() constant168 for (request in toCheck) { in <lambda>()
3214 ImsReasonInfoKeyPair toCheck = new ImsReasonInfoKeyPair(code, reason); in maybeRemapReasonCode() local3218 if (mImsReasonCodeMap.containsKey(toCheck)) { in maybeRemapReasonCode()3219 int toCode = mImsReasonCodeMap.get(toCheck); in maybeRemapReasonCode()