Searched refs:RegexCompile (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/i18n/
H A Dregexcmp.h7 // This file contains declarations for the class RegexCompile
33 // class RegexCompile Contains the regular expression compiler.
40 class RegexCompile : public UMemory { class in inherits:UMemory
54 RegexCompile(RegexPattern *rp, UErrorCode &e);
60 virtual ~RegexCompile();
H A Dregexcmp.cpp51 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) : function in class:RegexCompile
88 RegexCompile::~RegexCompile() {
103 void RegexCompile::compile(
122 void RegexCompile::compile(
232 REGEX_SCAN_DEBUG_PRINTF(("RegexCompile::parse() - state stack overflow.\n"));
348 UBool RegexCompile::doParseActions(int32_t action)
1763 void RegexCompile::literalChar(UChar32 c) {
1841 void RegexCompile
[all...]
H A Drepattrn.cpp308 RegexCompile compiler(This, status);
359 RegexCompile compiler(This, status);
/external/icu4c/i18n/unicode/
H A Dregex.h617 friend class RegexCompile;
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1370 #define RegexCompile RegexCompile_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1370 #define RegexCompile RegexCompile_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1370 #define RegexCompile RegexCompile_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1370 #define RegexCompile RegexCompile_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2112 #define RegexCompile U_ICU_ENTRY_POINT_RENAME(RegexCompile) macro

Completed in 338 milliseconds