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