HomeSort by relevance Sort by last modified time
    Searched defs:RegularExpression (Results 1 - 4 of 4) 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/jdiff/
xerces.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 43 milliseconds