Searched refs:INVALID_LENGTH (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/npm/node_modules/smart-buffer/build/ |
D | utils.js | 14 INVALID_LENGTH: 'An invalid length value was provided.', property 52 throw new Error(offset ? ERRORS.INVALID_OFFSET : ERRORS.INVALID_LENGTH);
|
/third_party/node/deps/npm/node_modules/smart-buffer/typings/ |
D | utils.d.ts | 14 INVALID_LENGTH: string; constant
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_asn1parse.function | 397 /* The library returns the dubious error code INVALID_LENGTH 404 * returns the dubious error code INVALID_LENGTH. 493 /* The library returns the dubious error code INVALID_LENGTH 500 * returns the dubious error code INVALID_LENGTH.
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | demo.js | 95 case validationResult.INVALID_LENGTH:
|
D | phonenumberutil.js | 1058 INVALID_LENGTH: 5, property 3474 return i18n.phonenumbers.PhoneNumberUtil.ValidationResult.INVALID_LENGTH; 3495 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.INVALID_LENGTH; 4292 validationResult != validationResults.INVALID_LENGTH) {
|
D | phonenumberutil_test.js | 2176 VR.INVALID_LENGTH, 2187 VR.INVALID_LENGTH, 2208 VR.INVALID_LENGTH, 2216 VR.INVALID_LENGTH, 2219 VR.INVALID_LENGTH, 2222 VR.INVALID_LENGTH, 2258 VR.INVALID_LENGTH,
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.h | 166 INVALID_LENGTH, enumerator
|
D | phonenumberutil.cc | 455 return PhoneNumberUtil::INVALID_LENGTH; in TestNumberLength() 477 : PhoneNumberUtil::INVALID_LENGTH; in TestNumberLength() 2280 validation_result != INVALID_LENGTH) { in ParseHelper()
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 1607 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1616 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1634 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1641 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1644 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1647 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion() 1677 ValidationResult.INVALID_LENGTH, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtil.java | 520 INVALID_LENGTH, enumConstant 2641 return ValidationResult.INVALID_LENGTH; 2661 ? ValidationResult.IS_POSSIBLE : ValidationResult.INVALID_LENGTH; 3326 && validationResult != ValidationResult.INVALID_LENGTH) {
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | phonenumberutil_test.cc | 2143 EXPECT_EQ(PhoneNumberUtil::INVALID_LENGTH, in TEST_F() 2152 EXPECT_EQ(PhoneNumberUtil::INVALID_LENGTH, in TEST_F() 2170 EXPECT_EQ(PhoneNumberUtil::INVALID_LENGTH, in TEST_F() 2178 EXPECT_EQ(PhoneNumberUtil::INVALID_LENGTH, in TEST_F() 2181 EXPECT_EQ(PhoneNumberUtil::INVALID_LENGTH, in TEST_F() 2184 EXPECT_EQ(PhoneNumberUtil::INVALID_LENGTH, in TEST_F() 2216 EXPECT_EQ(PhoneNumberUtil::INVALID_LENGTH, in TEST_F()
|
/third_party/libphonenumber/ |
D | release_notes.txt | 1090 INVALID_LENGTH). Enables e.g. adding Iran short-codes starting with "096" 1243 - Changing isPossibleWithReason to return the enums INVALID_LENGTH and 1319 INVALID_LENGTH. Added more documentation to the existing values; see the 1323 return IS_POSSIBLE, and INVALID_LENGTH will be returned for some values which
|