Searched refs:possibleCodeWithPlusSign (Results 1 – 1 of 1) sorted by relevance
150 String possibleCodeWithPlusSign = phoneNumberInE164.substring(0, i); in parsePhoneNumberInE164() local151 if (CountryCodeUtils.COUNTRY_DIALING_CODE.contains(possibleCodeWithPlusSign)) { in parsePhoneNumberInE164()152 return new Pair<>(possibleCodeWithPlusSign, phoneNumberInE164.substring(i)); in parsePhoneNumberInE164()