Searched refs:allIds (Results 1 – 2 of 2) sorted by relevance
29 HashSet<String> allIds = new HashSet<String>(Arrays.asList(TimeZone.getAvailableIDs())); in test_forLocale() local32 assertTrue(allIds.contains(id)); in test_forLocale()
200 String allIds = new String(idChars, 0, idOffset); in readIndex() local203 ids[i] = allIds.substring(i == 0 ? 0 : idEnd[i - 1], idEnd[i]); in readIndex()