Home
last modified time | relevance | path

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

/external/cldr/tools/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.java352 public String getName(int codePoint, boolean withCodePoint) { in getName() argument
353 String result = getNameSource().getValue(codePoint, !withCodePoint); in getName()
357 public String getName(String s, boolean withCodePoint) { in getName() argument
358 String result = getNameSource().getValue(s, separator, !withCodePoint); in getName()