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