Home | History | Annotate | Download | only in phonenumbers

Lines Matching refs:newDigit

894       Character newDigit = normalizationReplacements.get(Character.toUpperCase(character));
895 if (newDigit != null) {
896 normalizedNumber.append(newDigit);