Searched refs:posixDigitCount (Results 1 – 1 of 1) sorted by relevance
888 int[] digits = isPOSIX ? type.posixDigitCount : type.digitCount; in getCanonicalPattern()918 private int[] posixDigitCount; field in DisplayAndInputProcessor.NumericType923 private NumericType(int[] digitCount, int[] posixDigitCount) { in NumericType() argument925 this.posixDigitCount = posixDigitCount; in NumericType()961 return posixDigitCount; in getPosixDigitCount()