Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DShortNumberInfo.java175 PhoneNumberDesc generalDesc = phoneMetadata.getGeneralDesc(); in isValidShortNumberForRegion() local
176 if (!matchesPossibleNumberAndNationalNumber(shortNumber, generalDesc)) { in isValidShortNumberForRegion()
DPhoneNumberUtil.java2620 PhoneNumberDesc generalDesc = defaultRegionMetadata.getGeneralDesc();
2622 regexCache.getPatternForRegex(generalDesc.getNationalNumberPattern());
2630 || testNumberLength(fullNumber.toString(), generalDesc) == ValidationResult.TOO_LONG) {
/external/libphonenumber/
Drelease_notes.txt31 example number has been moved from generalDesc to the relevant number types,
37 There should no longer be an exampleNumber at the generalDesc level, but it
48 number types, not just the generalDesc, for the example numbers; this is a
1365 "generalDesc" patterns do not encompass short-codes. No code-support for these has been