Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
DUnicodeLabel.java21 public String getValue(String s, String separator, boolean withCodePoint) { in getValue() argument
23 return getValue(s.charAt(0), withCodePoint); in getValue()
30 sb.append(getValue(cp, withCodePoint)); in getValue()
DBagFormatter.java327 public String getName(int codePoint, boolean withCodePoint) { in getName() argument
328 String result = getNameSource().getValue(codePoint, !withCodePoint); in getName()
332 public String getName(String s, boolean withCodePoint) { in getName() argument
333 String result = getNameSource().getValue(s, separator, !withCodePoint); in getName()