Searched refs:generalDesc (Results 1 – 3 of 3) sorted by relevance
175 PhoneNumberDesc generalDesc = phoneMetadata.getGeneralDesc(); in isValidShortNumberForRegion() local176 if (!matchesPossibleNumberAndNationalNumber(shortNumber, generalDesc)) { in isValidShortNumberForRegion()
2620 PhoneNumberDesc generalDesc = defaultRegionMetadata.getGeneralDesc();2622 regexCache.getPatternForRegex(generalDesc.getNationalNumberPattern());2630 || testNumberLength(fullNumber.toString(), generalDesc) == ValidationResult.TOO_LONG) {
31 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 it48 number types, not just the generalDesc, for the example numbers; this is a1365 "generalDesc" patterns do not encompass short-codes. No code-support for these has been