Home
last modified time | relevance | path

Searched refs:TOO_LONG (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/chrono/src/format/
Dparse.rs16 use super::{BAD_FORMAT, INVALID, NOT_ENOUGH, OUT_OF_RANGE, TOO_LONG, TOO_SHORT};
452 Err((s, TOO_LONG)) in parse_internal()
527 check!(" ", []; TOO_LONG); in test_parse()
528 check!("a", []; TOO_LONG); in test_parse()
535 check!("a", [sp!("")]; TOO_LONG); in test_parse()
541 check!("aa", [lit!("a")]; TOO_LONG); in test_parse()
551 check!("1987 ", [num!(Year)]; TOO_LONG); in test_parse()
552 check!("0x12", [num!(Year)]; TOO_LONG); // `0` is parsed in test_parse()
559 check!("5\0", [num!(Year)]; TOO_LONG); in test_parse()
619 check!("April", [fix!(ShortMonthName)]; TOO_LONG); // `Apr` is parsed in test_parse()
[all …]
Dmod.rs386 const TOO_LONG: ParseError = ParseError(ParseErrorKind::TooLong); constant
/external/wayland/tests/
Dsocket-test.c47 #define TOO_LONG (1 + sizeof example_sockaddr_un.sun_path) macro
61 char path[TOO_LONG]; in TEST()
81 char path[TOO_LONG]; in TEST()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java53 TOO_LONG, enumConstant
DPhoneNumberUtil.java469 TOO_LONG, enumConstant
2576 return ValidationResult.TOO_LONG;
2823 || testNumberLength(fullNumber, defaultRegionMetadata) == ValidationResult.TOO_LONG) {
3157 throw new NumberParseException(NumberParseException.ErrorType.TOO_LONG,
3258 throw new NumberParseException(NumberParseException.ErrorType.TOO_LONG,
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DNumberParseException.java56 TOO_LONG, enumConstant
DPhoneNumberUtil.java500 TOO_LONG, enumConstant
2618 return ValidationResult.TOO_LONG;
2867 || testNumberLength(fullNumber, defaultRegionMetadata) == ValidationResult.TOO_LONG) {
3202 throw new NumberParseException(NumberParseException.ErrorType.TOO_LONG,
3303 throw new NumberParseException(NumberParseException.ErrorType.TOO_LONG,
/external/boringssl/src/crypto/err/
Dpkcs8.errordata21 PKCS8,118,TOO_LONG
Drsa.errordata44 RSA,140,TOO_LONG
Dasn1.errordata80 ASN1,177,TOO_LONG
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1449 assertEquals(ValidationResult.TOO_LONG, phoneUtil.isPossibleNumberWithReason(US_LONG_NUMBER)); in testIsPossibleNumberWithReason()
1465 ValidationResult.TOO_LONG, in testIsPossibleNumberWithReason()
1535 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1541 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths()
1656 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
1667 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
1675 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
1678 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
1681 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
1690 ValidationResult.TOO_LONG, in testIsPossibleNumberForTypeWithReason_FixedLineOrMobile()
[all …]
/external/grpc-grpc/templates/src/objective-c/
DBoringSSL-GRPC.podspec.template1014 "TOO_LONG\\0"
/external/grpc-grpc/src/objective-c/
DBoringSSL-GRPC.podspec1009 "TOO_LONG\\0"