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

  /external/webkit/WebCore/platform/text/
RegularExpression.h 33 class RegularExpression : public FastAllocBase {
35 RegularExpression(const String&, TextCaseSensitivity);
36 ~RegularExpression();
38 RegularExpression(const RegularExpression&);
39 RegularExpression& operator=(const RegularExpression&);
51 void replace(String&, const RegularExpression&, const String&);
RegularExpression.cpp 28 #include "RegularExpression.h"
35 class RegularExpression::Private : public RefCounted<RegularExpression::Private> {
50 inline JSRegExp* RegularExpression::Private::compile(const String& pattern, TextCaseSensitivity caseSensitivity)
57 LOG_ERROR("RegularExpression: pcre_compile failed with '%s'", errorMessage);
61 inline RegularExpression::Private::Private(const String& pattern, TextCaseSensitivity caseSensitivity)
67 inline PassRefPtr<RegularExpression::Private> RegularExpression::Private::create(const String& pattern, TextCaseSensitivity caseSensitivity)
72 RegularExpression::Private::~Private()
77 RegularExpression::RegularExpression(const String& pattern, TextCaseSensitivity caseSensitivity
    [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, UErrorCode *status, UBool requiresText = TRUE) {
124 RegularExpression *re = new RegularExpression;
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 105 milliseconds