Home
last modified time | relevance | path

Searched refs:U_REGEX_MISMATCHED_PAREN (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutypes.h673 U_REGEX_MISMATCHED_PAREN, /**< Incorrectly nested parentheses in regexp pattern. */ enumerator
/external/webkit/Source/WebCore/icu/unicode/
Dutypes.h673 U_REGEX_MISMATCHED_PAREN, /**< Incorrectly nested parentheses in regexp pattern. */ enumerator
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutypes.h673 U_REGEX_MISMATCHED_PAREN, /**< Incorrectly nested parentheses in regexp pattern. */ enumerator
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutypes.h673 U_REGEX_MISMATCHED_PAREN, /**< Incorrectly nested parentheses in regexp pattern. */ enumerator
/external/icu4c/common/unicode/
Dutypes.h640 U_REGEX_MISMATCHED_PAREN, /**< Incorrectly nested parentheses in regexp pattern. */ enumerator
/external/icu4c/i18n/
Dregexcmp.cpp267 error(U_REGEX_MISMATCHED_PAREN); in compile()
392 error(U_REGEX_MISMATCHED_PAREN); in doParseActions()
750 error(U_REGEX_MISMATCHED_PAREN); in doParseActions()
765 error(U_REGEX_MISMATCHED_PAREN); in doParseActions()
2017 error(U_REGEX_MISMATCHED_PAREN); in handleCloseParen()
/external/icu4c/test/intltest/
Dregextst.cpp3732 REGEX_ERR("Comment (?# with no close", 1, 25, U_REGEX_MISMATCHED_PAREN); in Errors()
3733 REGEX_ERR("Capturing Parenthesis(...", 1, 25, U_REGEX_MISMATCHED_PAREN); in Errors()
3734 REGEX_ERR("Grouping only parens (?: blah blah", 1, 34, U_REGEX_MISMATCHED_PAREN); in Errors()
3737 REGEX_ERR("Grouping only parens (?: blah)) blah", 1, 31, U_REGEX_MISMATCHED_PAREN); in Errors()
3738 REGEX_ERR(")))))))", 1, 1, U_REGEX_MISMATCHED_PAREN); in Errors()
3739 REGEX_ERR("(((((((", 1, 7, U_REGEX_MISMATCHED_PAREN); in Errors()