Home
last modified time | relevance | path

Searched refs:INVALID_LENGTH (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dutils.js14 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/
Dutils.d.ts14 INVALID_LENGTH: string; constant
/third_party/mbedtls/tests/suites/
Dtest_suite_asn1parse.function397 /* 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/
Ddemo.js95 case validationResult.INVALID_LENGTH:
Dphonenumberutil.js1058 INVALID_LENGTH: 5, property
3474 return i18n.phonenumbers.PhoneNumberUtil.ValidationResult.INVALID_LENGTH;
3495 i18n.phonenumbers.PhoneNumberUtil.ValidationResult.INVALID_LENGTH;
4292 validationResult != validationResults.INVALID_LENGTH) {
Dphonenumberutil_test.js2176 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/
Dphonenumberutil.h166 INVALID_LENGTH, enumerator
Dphonenumberutil.cc455 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/
DPhoneNumberUtilTest.java1607 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/
DPhoneNumberUtil.java520 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/
Dphonenumberutil_test.cc2143 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/
Drelease_notes.txt1090 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