Searched refs:arrayIndex (Results 1 – 1 of 1) sorted by relevance
3852 …private boolean parseDigits(CharSequence parseText, boolean isColon, int arrayIndex, int[] array) { in parseDigits() argument3857 if (isColon && arrayIndex != 1) { // ':' will precede only in case of minute/second in parseDigits()3875 array[arrayIndex] = value; in parseDigits()