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/ |
D | utypes.h | 622 U_REGEX_NUMBER_TOO_BIG, /**< Decimal number is too large. */ enumerator
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utypes.h | 602 U_REGEX_NUMBER_TOO_BIG, /**< Decimal number is too large. */ enumerator
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utypes.h | 622 U_REGEX_NUMBER_TOO_BIG, /**< Decimal number is too large. */ enumerator
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utypes.h | 616 U_REGEX_NUMBER_TOO_BIG, /**< Decimal number is too large. */ enumerator
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.cpp | 1009 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/ |
D | regexcmp.cpp | 1025 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/ |
D | regexcmp.cpp | 1025 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/ |
D | regexcmp.cpp | 1020 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/ |
D | regextst.cpp | 3852 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()
|