HomeSort by relevance Sort by last modified time
    Searched defs:getCanonicalPattern (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/test/
CheckNumbers.java 269 String pattern = getCanonicalPattern(value, type, zeroCount, isPOSIX);
510 public static String getCanonicalPattern(String inpattern, NumericType type, int zeroCount, boolean isPOSIX) {
DisplayAndInputProcessor.java 260 value = getCanonicalPattern(value, numericType, isPosix);
388 value = getCanonicalPattern(value, numericType, isPosix);
    [all...]

Completed in 773 milliseconds