Searched refs:posixDigitCount (Results 1 – 1 of 1) sorted by relevance
940 int[] digits = isPOSIX ? type.posixDigitCount : type.digitCount; in getCanonicalPattern()970 private int[] posixDigitCount; field in DisplayAndInputProcessor.NumericType975 private NumericType(int[] digitCount, int[] posixDigitCount) { in NumericType() argument977 this.posixDigitCount = posixDigitCount; in NumericType()1013 return posixDigitCount; in getPosixDigitCount()