Searched refs:textSupplier (Results 1 – 1 of 1) sorted by relevance
94 private final Function<Boolean, PseudoText> textSupplier; field in PseudoLocales.PseudoType98 PseudoType(String localeId, Function<Boolean, PseudoText> textSupplier, String exemplars) { in PseudoType() argument100 this.textSupplier = textSupplier; in PseudoType()109 return textSupplier.apply(isPattern); in getText()