Searched refs:PseudoType (Results 1 – 1 of 1) sorted by relevance
75 private enum PseudoType { enum in PseudoLocales82 private static final ImmutableMap<String, PseudoType> ID_MAP =83 Arrays.stream(values()).collect(toImmutableMap(PseudoType::getLocaleId, identity()));85 private static PseudoType fromId(String localeId) { in fromId()98 PseudoType(String localeId, Function<Boolean, PseudoText> textSupplier, String exemplars) { in PseudoType() method in PseudoLocales.PseudoType143 PseudoType.getLocaleIds() in PseudoSupplier()163 if (PseudoType.getLocaleIds().contains(localeId)) { in getDataForLocale()165 enData, pathsToProcess, resolution, PseudoType.fromId(localeId)); in getDataForLocale()172 return Sets.union(src.getAvailableLocaleIds(), PseudoType.getLocaleIds()); in getAvailableLocaleIds()245 private final PseudoType type;[all …]