Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DWith.java212 return new With<CharSequence>().andCodePoints(charSequences); in codePoints()
320 public With<V> andCodePoints(CharSequence... sources) { in andCodePoints() method in With