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

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
RegularExpression.h 42 class RegularExpression {
43 WTF_MAKE_FAST_ALLOCATED; WTF_MAKE_NONCOPYABLE(RegularExpression);
45 RegularExpression(const String&, TextCaseSensitivity, MultilineMode = MultilineDisabled);
RegularExpression.cpp 30 #include "core/platform/text/RegularExpression.h"
35 // RegularExpression as some kind of abstract interface that's implemented in bindings.
42 RegularExpression::RegularExpression(const String& pattern, TextCaseSensitivity caseSensitivity, MultilineMode multilineMode)
63 int RegularExpression::match(const String& string, int startFrom, int* matchLength) const
  /external/chromium_org/third_party/icu/source/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/i18n/
uregex.cpp 32 struct RegularExpression: public UMemory {
34 RegularExpression();
35 ~RegularExpression();
50 RegularExpression::RegularExpression() {
62 RegularExpression::~RegularExpression() {
85 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) {
125 RegularExpression *re = new RegularExpression;
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /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 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 811 milliseconds