Searched refs:JAPAN_ISO_COUNTRY_CODE (Results 1 – 1 of 1) sorted by relevance
1231 private static final String JAPAN_ISO_COUNTRY_CODE = "JP"; field in PhoneNumberUtils1593 } else if (JAPAN_ISO_COUNTRY_CODE.equalsIgnoreCase(defaultCountryIso) && in formatNumber()1594 pn.getCountryCode() == util.getCountryCodeForRegion(JAPAN_ISO_COUNTRY_CODE) && in formatNumber()