Home
last modified time | relevance | path

Searched refs:getShortest (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/draft/
DShortestCanonicalForm.java91 String shortest = getShortest(trial, nfc);
161 private static String getShortest(String trial, String nfc) { in getShortest() method in ShortestCanonicalForm
/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodeProperty.java263 public final String getValue(int codepoint, boolean getShortest) { in getValue() argument
265 if (type >= MISC || result == null || !getShortest) in getValue()
314 public int getMaxWidth(boolean getShortest) { in getMaxWidth() argument
317 if (getShortest) in getMaxWidth()
442 public UnicodeMap getUnicodeMap(boolean getShortest) { in getUnicodeMap() argument
443 if (!getShortest) in getUnicodeMap()