Home
last modified time | relevance | path

Searched refs:U_REGEX_NUMBER_TOO_BIG (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutypes.h622 U_REGEX_NUMBER_TOO_BIG, /**< Decimal number is too large. */ enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutypes.h602 U_REGEX_NUMBER_TOO_BIG, /**< Decimal number is too large. */ enumerator
/third_party/icu/icu4c/source/common/unicode/
Dutypes.h622 U_REGEX_NUMBER_TOO_BIG, /**< Decimal number is too large. */ enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Dutypes.h616 U_REGEX_NUMBER_TOO_BIG, /**< Decimal number is too large. */ enumerator
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcmp.cpp1009 error(U_REGEX_NUMBER_TOO_BIG); in doParseActions()
1026 error(U_REGEX_NUMBER_TOO_BIG); in doParseActions()
2468 error(U_REGEX_NUMBER_TOO_BIG); in compileInterval()
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.cpp1025 error(U_REGEX_NUMBER_TOO_BIG); in doParseActions()
1042 error(U_REGEX_NUMBER_TOO_BIG); in doParseActions()
2494 error(U_REGEX_NUMBER_TOO_BIG); in compileInterval()
/third_party/icu/icu4c/source/i18n/
Dregexcmp.cpp1025 error(U_REGEX_NUMBER_TOO_BIG); in doParseActions()
1042 error(U_REGEX_NUMBER_TOO_BIG); in doParseActions()
2494 error(U_REGEX_NUMBER_TOO_BIG); in compileInterval()
/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.cpp1020 error(U_REGEX_NUMBER_TOO_BIG); in doParseActions()
1037 error(U_REGEX_NUMBER_TOO_BIG); in doParseActions()
2496 error(U_REGEX_NUMBER_TOO_BIG); in compileInterval()
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp3852 REGEX_ERR("abc{222222222222222222222}",1,14, U_REGEX_NUMBER_TOO_BIG); in Errors()
3853 …REGEX_ERR("abc{5,50000000000}", 1, 16, U_REGEX_NUMBER_TOO_BIG); // Overflows int during scan in Errors()
3854 …REGEX_ERR("abc{5,687865858}", 1, 16, U_REGEX_NUMBER_TOO_BIG); // Overflows regex binary f… in Errors()
3855 REGEX_ERR("abc{687865858,687865859}", 1, 24, U_REGEX_NUMBER_TOO_BIG); in Errors()