HomeSort by relevance Sort by last modified time
    Searched defs:RegularExpression (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/text/
RegularExpression.h 33 class RegularExpression {
36 RegularExpression(const String&, TextCaseSensitivity);
37 ~RegularExpression();
39 RegularExpression(const RegularExpression&);
40 RegularExpression& operator=(const RegularExpression&);
52 void replace(String&, const RegularExpression&, const String&);
RegularExpression.cpp 29 #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)
79 RegularExpression::RegularExpression(const RegularExpression& re)
84 RegularExpression::~RegularExpression(
    [all...]
  /external/icu4c/i18n/
uregex.cpp 31 struct RegularExpression: public UMemory {
33 RegularExpression();
34 ~RegularExpression();
49 RegularExpression::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/
urename.h     [all...]
  /external/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 348 milliseconds