Home
last modified time | relevance | path

Searched refs:isPOSIX (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckNumbers.java73 boolean isPOSIX; field in CheckNumbers
90 isPOSIX = cldrFileToCheck.getLocaleID().indexOf("POSIX") >= 0; in setCldrFileToCheck()
269 String pattern = getCanonicalPattern(value, type, zeroCount, isPOSIX); in handleCheck()
510 …ic String getCanonicalPattern(String inpattern, NumericType type, int zeroCount, boolean isPOSIX) { in getCanonicalPattern() argument
516 int[] digits = isPOSIX ? type.getPosixDigitCount() : type.getDigitCount(); in getCanonicalPattern()
DDisplayAndInputProcessor.java877 public static String getCanonicalPattern(String inpattern, NumericType type, boolean isPOSIX) { in getCanonicalPattern() argument
888 int[] digits = isPOSIX ? type.posixDigitCount : type.digitCount; in getCanonicalPattern()
DCLDRTest.java142 boolean isPOSIX = locale.indexOf("POSIX") >= 0; in TestCurrencyFormats()
150 String pattern = DisplayAndInputProcessor.getCanonicalPattern(value, type, isPOSIX); in TestCurrencyFormats()