HomeSort by relevance Sort by last modified time
    Searched refs:exemplarType (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/test/
CheckExemplars.java 88 public enum ExemplarType {
100 ExemplarType(UnicodeSet allowed, String message, boolean convertUppercase) {
160 ExemplarType type = exemplarString == null ? ExemplarType.main : ExemplarType.valueOf(exemplarString);
166 if (type == ExemplarType.auxiliary) {
190 } else if (type == ExemplarType.punctuation) {
215 } else if (type == ExemplarType.index) {
344 private void checkExemplar(String v, List<CheckStatus> result, ExemplarType exemplarType) {
    [all...]
DisplayAndInputProcessor.java 16 import org.unicode.cldr.test.CheckExemplars.ExemplarType;
545 ExemplarType exemplarType = type == null ? ExemplarType.main : ExemplarType.valueOf(type);
546 value = getCleanedUnicodeSet(exemplar, pp, exemplarType);
    [all...]

Completed in 262 milliseconds