Home
last modified time | relevance | path

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

/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DBuildMetadataFromXml.java606 Set<Integer> thisElementLocalOnlyLengths = parsePossibleLengthStringToSet(localLengths); in populatePossibleLengthSets() local
608 intersection.retainAll(thisElementLocalOnlyLengths); in populatePossibleLengthSets()
618 localOnlyLengths.addAll(thisElementLocalOnlyLengths); in populatePossibleLengthSets()