Home
last modified time | relevance | path

Searched defs:RegularExpression (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DRegularExpression.cpp74 RegularExpression::RegularExpression(const String& pattern, TextCaseSensitivity caseSensitivity) in RegularExpression() function in WebCore::RegularExpression
79 RegularExpression::RegularExpression(const RegularExpression& re) in RegularExpression() function in WebCore::RegularExpression
/external/icu4c/i18n/
Duregex.cpp32 struct RegularExpression: public UMemory { struct
50 RegularExpression::RegularExpression() { in RegularExpression() argument
/external/webkit/Source/WebCore/page/
DFrame.h67 class RegularExpression; variable