Searched refs:withCodePoint (Results 1 – 2 of 2) sorted by relevance
21 public String getValue(String s, String separator, boolean withCodePoint) { in getValue() argument23 return getValue(s.charAt(0), withCodePoint); in getValue()30 sb.append(getValue(cp, withCodePoint)); in getValue()
352 public String getName(int codePoint, boolean withCodePoint) { in getName() argument353 String result = getNameSource().getValue(codePoint, !withCodePoint); in getName()357 public String getName(String s, boolean withCodePoint) { in getName() argument358 String result = getNameSource().getValue(s, separator, !withCodePoint); in getName()