Searched refs:exemplarType (Results 1 – 2 of 2) sorted by relevance
344 private void checkExemplar(String v, List<CheckStatus> result, ExemplarType exemplarType) { in checkExemplar() argument358 checkMixedScripts(exemplarType.toString(), exemplar1, result); in checkExemplar()376 if (!exemplarType.allowed.containsAll(exemplar1)) { in checkExemplar()377 UnicodeSet remainder0 = new UnicodeSet(exemplar1).removeAll(exemplarType.allowed); in checkExemplar()395 ….setMessage("Should be limited to " + exemplarType.message + "; thus not contain: \u200E{0}\u200E", in checkExemplar()403 switch (exemplarType) { in checkExemplar()419 "Exemplar set (" + exemplarType in checkExemplar()421 … (exemplarType == ExemplarType.punctuation ? "punctuation" : "letters") + "!")); in checkExemplar()
545 ExemplarType exemplarType = type == null ? ExemplarType.main : ExemplarType.valueOf(type); in inputUnicodeSet() local546 value = getCleanedUnicodeSet(exemplar, pp, exemplarType); in inputUnicodeSet()823 ExemplarType exemplarType) { in getCleanedUnicodeSet() argument838 if (exemplarType.convertUppercase) { in getCleanedUnicodeSet()848 toAdd.removeAll(exemplarType.toRemove); in getCleanedUnicodeSet()853 …System.out.println("Exemplar:\t" + exemplarType + ",\tremoved\t" + oldOnly + ",\tadded\t" + newOnl… in getCleanedUnicodeSet()