Home
last modified time | relevance | path

Searched defs:_getAvailableValues (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.java289 protected abstract List<String> _getAvailableValues(List<String> result); in _getAvailableValues() method in UnicodeProperty
1064 public List _getAvailableValues(List result) { in _getAvailableValues() method in UnicodeProperty.FilteredProperty
1403 public List _getAvailableValues(List result) { in _getAvailableValues() method in UnicodeProperty.SimpleProperty
1480 protected List _getAvailableValues(List result) { in _getAvailableValues() method in UnicodeProperty.UnicodeMapProperty
1620 protected List _getAvailableValues(List result) { in _getAvailableValues() method in UnicodeProperty.UnicodeSetProperty
H A DICUPropertyFactory.java270 public List _getAvailableValues(List result) { in _getAvailableValues() method in ICUPropertyFactory.ICUProperty