Searched refs:INVALID_LENGTH (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/npm/node_modules/smart-buffer/build/ |
H A D | utils.js | 14 INVALID_LENGTH: 'An invalid length value was provided.', 52 throw new Error(offset ? ERRORS.INVALID_OFFSET : ERRORS.INVALID_LENGTH);
|
/third_party/musl/libc-test/src/functionalext/backtrace/ |
H A D | unittest_backtrace.c | 21 #define INVALID_LENGTH (-1) macro
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo.js | 96 case validationResult.INVALID_LENGTH: 97 output.append('INVALID_LENGTH');
|
H A D | phonenumberutil.js | 1132 INVALID_LENGTH: 5, 3542 return i18n.phonenumbers.PhoneNumberUtil.ValidationResult.INVALID_LENGTH; 3563 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.INVALID_LENGTH; 4360 validationResult != validationResults.INVALID_LENGTH) {
|
H A D | phonenumberutil_test.js | 2179 // INVALID_LENGTH. 2183 VR.INVALID_LENGTH, 2194 VR.INVALID_LENGTH, 2215 VR.INVALID_LENGTH, 2219 // at all, so we return INVALID_LENGTH. 2223 VR.INVALID_LENGTH, 2226 VR.INVALID_LENGTH, 2229 VR.INVALID_LENGTH, 2265 VR.INVALID_LENGTH,
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumberutil.h | 170 INVALID_LENGTH, enumerator
|
H A D | phonenumberutil.cc | 457 return PhoneNumberUtil::INVALID_LENGTH; in TestNumberLength() 479 : PhoneNumberUtil::INVALID_LENGTH; in TestNumberLength() 2311 validation_result != INVALID_LENGTH) { in ParseHelper()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberUtil.java | 537 INVALID_LENGTH, enum constant 2655 return ValidationResult.INVALID_LENGTH; in testNumberLength() 2675 ? ValidationResult.IS_POSSIBLE : ValidationResult.INVALID_LENGTH; in testNumberLength() 3340 && validationResult != ValidationResult.INVALID_LENGTH) { in parseHelper()
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberUtilTest.java | 1609 // There are *no* mobile numbers for this region at all, so we return INVALID_LENGTH. in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1612 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1621 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1639 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1643 // return INVALID_LENGTH. in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1646 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1649 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1652 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1682 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | phonenumberutil_test.cc | 2156 // INVALID_LENGTH. in TEST_F() 2186 EXPECT_EQ(PhoneNumberUtil::INVALID_LENGTH, in TEST_F() 2191 // at all, so we return INVALID_LENGTH. in TEST_F() 2194 EXPECT_EQ(PhoneNumberUtil::INVALID_LENGTH, in TEST_F() 2197 EXPECT_EQ(PhoneNumberUtil::INVALID_LENGTH, in TEST_F() 2200 EXPECT_EQ(PhoneNumberUtil::INVALID_LENGTH, in TEST_F() 2259 EXPECT_EQ(PhoneNumberUtil::INVALID_LENGTH, in TEST_F()
|
Completed in 35 milliseconds