Searched refs:exceptionCodes (Results 1 – 1 of 1) sorted by relevance
28 private static Set<String> exceptionCodes = new TreeSet<>(); field in LanguageCodeConverter156 exceptionCodes.add(toUnderbarLocale(code)); in toUnderbarLocale()168 exceptionCodes.add(goodCode);171 exceptionCodes = Collections.unmodifiableSet(exceptionCodes);224 return exceptionCodes; in getExceptionCodes()