HomeSort by relevance Sort by last modified time
    Searched refs:RegularExpression (Results 1 - 24 of 24) 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/WebKit/Source/core/inspector/
ContentSearchUtils.h 40 class RegularExpression;
49 PassOwnPtr<RegularExpression> createSearchRegex(const String& query, bool caseSensitive, bool isRegex);
50 int countRegularExpressionMatches(const RegularExpression*, const String&);
ContentSearchUtils.cpp 33 #include "core/platform/text/RegularExpression.h"
59 static Vector<pair<int, String> > getRegularExpressionMatchesByLines(const RegularExpression* regex, const String& text)
91 PassOwnPtr<RegularExpression> createSearchRegex(const String& query, bool caseSensitive, bool isRegex)
94 return adoptPtr(new RegularExpression(regexSource, caseSensitive ? TextCaseSensitive : TextCaseInsensitive));
97 int countRegularExpressionMatches(const RegularExpression* regex, const String& content)
120 OwnPtr<RegularExpression> regex = ContentSearchUtils::createSearchRegex(query, caseSensitive, isRegex);
149 RegularExpression regex(pattern, TextCaseSensitive, MultilineEnabled);
150 RegularExpression deprecatedRegex(deprecatedPattern, TextCaseSensitive, MultilineEnabled);
InspectorDebuggerAgent.h 57 class RegularExpression;
208 OwnPtr<RegularExpression> m_cachedSkipStackRegExp;
InspectorDebuggerAgent.cpp 47 #include "core/platform/text/RegularExpression.h"
166 static PassOwnPtr<RegularExpression> compileSkipCallFramePattern(String patternText)
170 OwnPtr<RegularExpression> result = adoptPtr(new RegularExpression(patternText, TextCaseSensitive));
255 RegularExpression regex(pattern, TextCaseSensitive);
    [all...]
InspectorPageAgent.cpp 71 #include "core/platform/text/RegularExpression.h"
629 OwnPtr<RegularExpression> regex = ContentSearchUtils::createSearchRegex(text, caseSensitive, isRegex);
    [all...]
InspectorStyleSheet.cpp 56 #include "core/platform/text/RegularExpression.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
BaseTextInputType.cpp 29 #include "core/platform/text/RegularExpression.h"
44 if (rawPattern.isNull() || value.isEmpty() || !RegularExpression(rawPattern, TextCaseSensitive).isValid())
49 int matchOffset = RegularExpression(pattern, TextCaseSensitive).match(value, 0, &matchLength);
EmailInputType.cpp 33 #include "core/platform/text/RegularExpression.h"
101 DEFINE_STATIC_LOCAL(const RegularExpression, regExp, (emailPattern, TextCaseInsensitive));
  /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/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/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk 327 third_party/WebKit/Source/core/platform/text/RegularExpression.cpp \
    [all...]
webcore_platform.target.darwin-mips.mk 327 third_party/WebKit/Source/core/platform/text/RegularExpression.cpp \
    [all...]
webcore_platform.target.darwin-x86.mk 327 third_party/WebKit/Source/core/platform/text/RegularExpression.cpp \
    [all...]
webcore_platform.target.linux-arm.mk 327 third_party/WebKit/Source/core/platform/text/RegularExpression.cpp \
    [all...]
webcore_platform.target.linux-mips.mk 327 third_party/WebKit/Source/core/platform/text/RegularExpression.cpp \
    [all...]
webcore_platform.target.linux-x86.mk 327 third_party/WebKit/Source/core/platform/text/RegularExpression.cpp \
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 376 milliseconds