Searched defs:posixDigitCount (Results 1 – 1 of 1) sorted by relevance
1191 private int[] posixDigitCount; field in DisplayAndInputProcessor.NumericType1195 NumericType(int[] digitCount, int[] posixDigitCount) { in NumericType()