Searched refs:getCanonicalPattern (Results 1 – 3 of 3) sorted by relevance
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | CheckNumbers.java | 311 String pattern = getCanonicalPattern(value, type, zeroCount, isPOSIX); in handleCheck() 583 …public static String getCanonicalPattern(String inpattern, NumericType type, int zeroCount, boolea… in getCanonicalPattern() method in CheckNumbers
|
D | DisplayAndInputProcessor.java | 328 value = getCanonicalPattern(value, numericType, isPosix); in processForDisplay() 475 value = getCanonicalPattern(value, numericType, isPosix); in processInput() 998 public static String getCanonicalPattern(String inpattern, NumericType type, boolean isPOSIX) { in getCanonicalPattern() method in DisplayAndInputProcessor
|
D | CLDRTest.java | 152 String pattern = DisplayAndInputProcessor.getCanonicalPattern(value, type, isPOSIX); in TestCurrencyFormats()
|