Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
H A DUnicodeProperty.java801 Map skeletonNames = new TreeMap(); field in UnicodeProperty.Factory
811 skeletonNames.put(toSkeleton(name2), sp); in add()
815 skeletonNames.put(toSkeleton((String) it.next()), sp); in add()
821 return (UnicodeProperty) skeletonNames.get(toSkeleton(propertyAlias)); in getProperty()