OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegularExpression
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/platform/text/
RegularExpression.h
33
class
RegularExpression
{
36
RegularExpression
(const String&, TextCaseSensitivity);
37
~
RegularExpression
();
39
RegularExpression
(const
RegularExpression
&);
40
RegularExpression
& operator=(const
RegularExpression
&);
52
void replace(String&, const
RegularExpression
&, const String&);
RegularExpression.cpp
29
#include "
RegularExpression
.h"
37
class
RegularExpression
::Private : public RefCounted<
RegularExpression
::Private> {
61
LOG_ERROR("
RegularExpression
: YARR compile failed with '%s'", m_constructionError);
74
RegularExpression
::
RegularExpression
(const String& pattern, TextCaseSensitivity caseSensitivity)
79
RegularExpression
::
RegularExpression
(const
RegularExpression
& re)
84
RegularExpression
::~RegularExpression(
[
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 258 milliseconds