Home
last modified time | relevance | path

Searched refs:rfc3966Format (Results 1 – 1 of 1) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java556 String rfc3966Format = util.format(number, PhoneNumberFormat.RFC3966); in getNationalNumberGroups() local
559 int endIndex = rfc3966Format.indexOf(';'); in getNationalNumberGroups()
561 endIndex = rfc3966Format.length(); in getNationalNumberGroups()
564 int startIndex = rfc3966Format.indexOf('-') + 1; in getNationalNumberGroups()
565 return rfc3966Format.substring(startIndex, endIndex).split("-"); in getNationalNumberGroups()