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);
164 private static String getShortest(String trial, String nfc) { in getShortest() method in ShortestCanonicalForm
/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodeProperty.java264 public final String getValue(int codepoint, boolean getShortest) { in getValue() argument
266 if (type >= MISC || result == null || !getShortest) in getValue()
316 public int getMaxWidth(boolean getShortest) { in getMaxWidth() argument
319 if (getShortest) in getMaxWidth()
498 public UnicodeMap getUnicodeMap(boolean getShortest) { in getUnicodeMap() argument
499 if (!getShortest) in getUnicodeMap()