Home
last modified time | relevance | path

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

/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DBuildMetadataFromXml.java603 Set<Integer> thisElementLengths = parsePossibleLengthStringToSet(nationalLengths); in populatePossibleLengthSets() local
607 Set<Integer> intersection = new HashSet<Integer>(thisElementLengths); in populatePossibleLengthSets()
623 lengths.addAll(thisElementLengths); in populatePossibleLengthSets()