Searched refs:exemplarType (Results 1 – 3 of 3) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckExemplars.java | 352 private void checkExemplar(String v, List<CheckStatus> result, ExemplarType exemplarType) { in checkExemplar() argument 366 checkMixedScripts(exemplarType.toString(), exemplar1, result); in checkExemplar() 384 if (!exemplarType.allowed.containsAll(exemplar1)) { in checkExemplar() 385 UnicodeSet remainder0 = new UnicodeSet(exemplar1).removeAll(exemplarType.allowed); in checkExemplar() 403 ….setMessage("Should be limited to " + exemplarType.message + "; thus not contain: \u200E{0}\u200E", in checkExemplar() 411 switch (exemplarType) { in checkExemplar() 427 "Exemplar set (" + exemplarType in checkExemplar() 429 … (exemplarType == ExemplarType.punctuation ? "punctuation" : "letters") + "!")); in checkExemplar()
|
D | DisplayAndInputProcessor.java | 579 ExemplarType exemplarType = type == null ? ExemplarType.main : ExemplarType.valueOf(type); in inputUnicodeSet() local 580 value = getCleanedUnicodeSet(exemplar, pp, exemplarType); in inputUnicodeSet() 865 ExemplarType exemplarType) { in getCleanedUnicodeSet() argument 890 if (exemplarType.convertUppercase) { in getCleanedUnicodeSet() 900 toAdd.removeAll(exemplarType.toRemove); in getCleanedUnicodeSet() 905 …System.out.println("Exemplar:\t" + exemplarType + ",\tremoved\t" + oldOnly + ",\tadded\t" + newOnl… in getCleanedUnicodeSet()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ListRedundantUnicodeSets.java | 58 for (ExemplarType exemplarType : Arrays.asList(ExemplarType.main)) { in main() 60 … UnicodeSet exemplarSet = cldrFile.getExemplarSet(exemplarType, WinningChoice.WINNING); in main() 109 + "\t" + exemplarType in main()
|