/third_party/libphonenumber/java/carrier/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberToCarrierMapper.java | 119 || numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE in isMobile()
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 181 .contains(PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testGetSupportedTypesForRegion() 406 phoneUtil.getExampleNumberForType(RegionCode.DE, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testGetExampleNumber() 1181 assertEquals(PhoneNumberType.FIXED_LINE_OR_MOBILE, phoneUtil.getNumberType(US_NUMBER)); in testIsFixedLineAndMobile() 1186 PhoneNumberType.FIXED_LINE_OR_MOBILE, phoneUtil.getNumberType(fixedLineAndMobileNumber)); in testIsFixedLineAndMobile() 1449 assertTrue(phoneUtil.isPossibleNumberForType(number, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testIsPossibleNumberForType_NumberTypeNotSupportedForRegion() 1456 assertFalse(phoneUtil.isPossibleNumberForType(number, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testIsPossibleNumberForType_NumberTypeNotSupportedForRegion() 1612 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1620 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1632 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1648 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() [all …]
|
D | ExampleNumbersTest.java | 83 PhoneNumberType.FIXED_LINE_OR_MOBILE); in testFixedLine() 91 PhoneNumberType.FIXED_LINE_OR_MOBILE); in testMobile()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | phonenumberutil_test.js | 499 assertFalse(types.includes(PNT.FIXED_LINE_OR_MOBILE)); 562 RegionCode.DE, PNT.FIXED_LINE_OR_MOBILE))); 1653 assertEquals(PNT.FIXED_LINE_OR_MOBILE, phoneUtil.getNumberType(US_NUMBER)); 1660 PNT.FIXED_LINE_OR_MOBILE, 1986 phoneUtil.isPossibleNumberForType(number, PNT.FIXED_LINE_OR_MOBILE)); 1995 phoneUtil.isPossibleNumberForType(number, PNT.FIXED_LINE_OR_MOBILE)); 2182 number, PNT.FIXED_LINE_OR_MOBILE)); 2192 number, PNT.FIXED_LINE_OR_MOBILE)); 2206 number, PNT.FIXED_LINE_OR_MOBILE)); 2224 number, PNT.FIXED_LINE_OR_MOBILE)); [all …]
|
D | phonenumberutil.js | 990 FIXED_LINE_OR_MOBILE: 2, property 1506 if (type == i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE || 1644 numberType == i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE || 1986 (numberType == i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE); 2864 case i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE: 2953 return i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE; 2956 return i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE; 3431 if (type == i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE) {
|
D | demo.js | 173 case i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE:
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
D | RangesTableSchema.java | 110 FIXED_LINE_OR_MOBILE, enumConstant 130 ExtType.FIXED_LINE_OR_MOBILE,
|
D | NumberingScheme.java | 559 regionTable.getRanges(XmlRangesSchema.TYPE, ValidNumberType.FIXED_LINE_OR_MOBILE)); in checkExampleNumbers()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtil.java | 461 FIXED_LINE_OR_MOBILE, enumConstant 1095 if (type == PhoneNumberType.FIXED_LINE_OR_MOBILE || type == PhoneNumberType.UNKNOWN) { 1227 || phoneNumberType == PhoneNumberType.FIXED_LINE_OR_MOBILE 1472 || (numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE); 2201 case FIXED_LINE_OR_MOBILE: 2269 return PhoneNumberType.FIXED_LINE_OR_MOBILE; 2271 return PhoneNumberType.FIXED_LINE_OR_MOBILE; 2607 if (type == PhoneNumberType.FIXED_LINE_OR_MOBILE) {
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
D | CsvTableTest.java | 24 … static com.google.i18n.phonenumbers.metadata.model.RangesTableSchema.ExtType.FIXED_LINE_OR_MOBILE; 76 .apply(row(columns, key("2x[34]", 7, 8), FIXED_LINE_OR_MOBILE, 0, true, null, "Foo Bar")) in testRangeTableExport()
|
/third_party/libphonenumber/metadata/src/main/proto/ |
D | types.proto | 50 FIXED_LINE_OR_MOBILE = 3; enumerator
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.cc | 147 case PhoneNumberUtil::FIXED_LINE_OR_MOBILE: in GetNumberDescByType() 389 if (type == PhoneNumberUtil::FIXED_LINE_OR_MOBILE || in GetSupportedTypesForMetadata() 421 if (type == PhoneNumberUtil::FIXED_LINE_OR_MOBILE) { in TestNumberLength() 1270 (number_type == FIXED_LINE_OR_MOBILE); in FormatNumberForMobileDialing() 2475 phone_number_type == PhoneNumberUtil::FIXED_LINE_OR_MOBILE || in IsNumberGeographical() 2562 return PhoneNumberUtil::FIXED_LINE_OR_MOBILE; in GetNumberTypeHelper() 2566 return PhoneNumberUtil::FIXED_LINE_OR_MOBILE; in GetNumberTypeHelper()
|
D | phonenumberutil.h | 96 FIXED_LINE_OR_MOBILE, enumerator
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | phonenumberutil_test.cc | 215 EXPECT_EQ(types.find(PhoneNumberUtil::FIXED_LINE_OR_MOBILE), types.end()); in TEST_F() 416 RegionCode::DE(), PhoneNumberUtil::FIXED_LINE_OR_MOBILE, &test_number); in TEST_F() 1951 number, PhoneNumberUtil::FIXED_LINE_OR_MOBILE)); in TEST_F() 1962 number, PhoneNumberUtil::FIXED_LINE_OR_MOBILE)); in TEST_F() 2149 number, PhoneNumberUtil::FIXED_LINE_OR_MOBILE)); in TEST_F() 2157 number, PhoneNumberUtil::FIXED_LINE_OR_MOBILE)); in TEST_F() 2169 number, PhoneNumberUtil::FIXED_LINE_OR_MOBILE)); in TEST_F() 2186 number, PhoneNumberUtil::FIXED_LINE_OR_MOBILE)); in TEST_F() 2207 number, PhoneNumberUtil::FIXED_LINE_OR_MOBILE)); in TEST_F() 2218 number, PhoneNumberUtil::FIXED_LINE_OR_MOBILE)); in TEST_F() [all …]
|
/third_party/libphonenumber/java/demo/src/com/google/phonenumbers/ |
D | PhoneNumberParserServlet.java | 410 || numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE in getOutputForSingleNumber()
|
/third_party/libphonenumber/ |
D | FAQ.md | 171 SMSs can be sent to `MOBILE` or `FIXED_LINE_OR_MOBILE` numbers. However, 175 ### <a name="fixed_line_or_mobile"></a>Why did I get `FIXED_LINE_OR_MOBILE` as the type of my phone… 334 correctly identify the phone number type (rather than returning [`FIXED_LINE_OR_MOBILE`](#fixed_lin… 371 fixed-line ranges at higher level, returning type as [`FIXED_LINE_OR_MOBILE`](#fixed_line_or_mobile)
|