Searched defs:RegularExpression (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
H A DRegularExpression.h33 class RegularExpression { class in namespace:WebCore
36 RegularExpression(const String&, TextCaseSensitivity);
37 ~RegularExpression();
39 RegularExpression(const RegularExpression&);
40 RegularExpression& operator=(const RegularExpression&);
52 void replace(String&, const RegularExpression&, const String&);
H A DRegularExpression.cpp29 #include "RegularExpression.h"
37 class RegularExpression::Private : public RefCounted<RegularExpression::Private> {
61 LOG_ERROR("RegularExpression: YARR compile failed with '%s'", m_constructionError);
74 RegularExpression::RegularExpression(const String& pattern, TextCaseSensitivity caseSensitivity) function in class:WebCore::RegularExpression
79 RegularExpression::RegularExpression(const RegularExpression& re) function in class:WebCore::RegularExpression
84 RegularExpression
[all...]
/external/icu4c/i18n/
H A Duregex.cpp31 struct RegularExpression: public UMemory { struct in inherits:UMemory
33 RegularExpression();
34 ~RegularExpression();
49 RegularExpression::RegularExpression() { function in class:RegularExpression
61 RegularExpression::~RegularExpression() {
84 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) {
124 RegularExpression *re = new RegularExpression;
[all...]
/external/icu4c/common/unicode/
H A Durename.h2116 #define RegularExpression U_ICU_ENTRY_POINT_RENAME(RegularExpression) macro
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 206 milliseconds