Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCharUtilities.java13 public static class CharSourceWrapper<T extends CharSequence> implements CharSource { class in CharUtilities
16 public CharSourceWrapper(T source) { in CharSourceWrapper() method in CharUtilities.CharSourceWrapper