Searched refs:getCanonicalPattern (Results 1 – 3 of 3) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | DisplayAndInputProcessor.java | 260 value = getCanonicalPattern(value, numericType, isPosix); in processForDisplay() 388 value = getCanonicalPattern(value, numericType, isPosix); in processInput() 877 public static String getCanonicalPattern(String inpattern, NumericType type, boolean isPOSIX) { in getCanonicalPattern() method in DisplayAndInputProcessor
|
D | CheckNumbers.java | 269 String pattern = getCanonicalPattern(value, type, zeroCount, isPOSIX); in handleCheck() 510 …public static String getCanonicalPattern(String inpattern, NumericType type, int zeroCount, boolea… in getCanonicalPattern() method in CheckNumbers
|
D | CLDRTest.java | 150 String pattern = DisplayAndInputProcessor.getCanonicalPattern(value, type, isPOSIX); in TestCurrencyFormats()
|