Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DUnitConverter.java145 Output<Rational> deprefix = new Output<>(); in freeze() local
519 Output<Rational> deprefix = new Output<>(); in parseUnitId() local
740 Output<Integer> deprefix = new Output<>(); in toString() local
1161 …private static <V> String stripPrefixCommon(String unit, Output<V> deprefix, Map<String, V> unitMa… in stripPrefixCommon()
1178 public static String stripPrefix(String unit, Output<Rational> deprefix) { in stripPrefix()
1185 public static String stripPrefixInt(String unit, Output<Integer> deprefix) { in stripPrefixInt()
1406 Output<Rational> deprefix = new Output<>(); in getComplexity() local