Searched refs:KOREA_ISO_COUNTRY_CODE (Results 1 – 1 of 1) sorted by relevance
1268 private static final String KOREA_ISO_COUNTRY_CODE = "KR"; field in PhoneNumberUtils1623 if (KOREA_ISO_COUNTRY_CODE.equalsIgnoreCase(defaultCountryIso) && in formatNumber()1624 (pn.getCountryCode() == util.getCountryCodeForRegion(KOREA_ISO_COUNTRY_CODE)) && in formatNumber()