Home
last modified time | relevance | path

Searched defs:_getValue (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestUnicodeProperty.java89 protected String _getValue(int codepoint) { in _getValue() method in TestUnicodeProperty.MyUnicodeGCProperty
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
DUnicodeProperty.java242 protected abstract String _getValue(int codepoint); in _getValue() method in UnicodeProperty
1090 public String _getValue(int codepoint) { in _getValue() method in UnicodeProperty.FilteredProperty
1498 protected String _getValue(int codepoint) { in _getValue() method in UnicodeProperty.UnicodeMapProperty
1642 protected String _getValue(int codepoint) { in _getValue() method in UnicodeProperty.UnicodeSetProperty
DICUPropertyFactory.java58 public String _getValue(int codePoint) { in _getValue() method in ICUPropertyFactory.ICUProperty
/external/cronet/buildtools/third_party/libc++/trunk/utils/libcxx/test/
Ddsl.py678 def _getValue(self, config, litParams): member in Parameter