Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
H A DUnicodeProperty.java305 public final String getValue(int codepoint, boolean getShortest) { in getValue()
359 public int getMaxWidth(boolean getShortest) { in getMaxWidth()
540 public UnicodeMap getUnicodeMap(boolean getShortest) { in getUnicodeMap()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
H A DShortestCanonicalForm.java173 private static String getShortest(String trial, String nfc) { in getShortest() method in ShortestCanonicalForm