Searched refs:digitCount (Results 1 – 2 of 2) sorted by relevance
121 int digitCount = 0;125 digitCount++;126 if (digitCount >= PHONE_NUMBER_MINIMUM_DIGITS) {
1080 int digitCount = 0; in numberToCalledPartyBCDHelper() local1084 int shift = ((digitCount & 0x01) == 1) ? 4 : 0; in numberToCalledPartyBCDHelper()1085 result[extraBytes + (digitCount >> 1)] |= (byte)((charToBCD(c) & 0x0F) << shift); in numberToCalledPartyBCDHelper()1086 digitCount++; in numberToCalledPartyBCDHelper()1090 if ((digitCount & 0x01) == 1) result[extraBytes + (digitCount >> 1)] |= 0xF0; in numberToCalledPartyBCDHelper()