Home | History | Annotate | Download | only in phonenumbers

Lines Matching defs:UNKNOWN_REGION

72   private static final String UNKNOWN_REGION = "ZZ";
2049 return parse("+" + countryCallingCode + desc.getExampleNumber(), UNKNOWN_REGION);
2079 return parse("+" + countryCallingCode + desc.getExampleNumber(), UNKNOWN_REGION);
2332 return regionCodes == null ? UNKNOWN_REGION : regionCodes.get(0);
3396 PhoneNumber firstNumberAsProto = parse(firstNumber, UNKNOWN_REGION);
3401 PhoneNumber secondNumberAsProto = parse(secondNumber, UNKNOWN_REGION);
3436 PhoneNumber secondNumberAsProto = parse(secondNumber, UNKNOWN_REGION);
3445 if (!firstNumberRegion.equals(UNKNOWN_REGION)) {