OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Regexp
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/Transforms/Utils/
SpecialCaseList.cpp
78
// Get our prefix and unparsed
regexp
.
87
std::string
Regexp
= SplitRegexp.first;
102
// See if we can store
Regexp
in Strings.
103
if (Regex::isLiteralERE(
Regexp
)) {
104
Entries[Prefix][Category].Strings.insert(
Regexp
);
109
for (size_t pos = 0; (pos =
Regexp
.find("*", pos)) != std::string::npos;
111
Regexp
.replace(pos, strlen("*"), ".*");
114
// Check that the
regexp
is valid.
115
Regex CheckRE(
Regexp
);
122
// Add this
regexp
into the proper group by its prefix
[
all
...]
/external/chromium_org/third_party/re2/re2/
regexp.cc
9
#include "re2/
regexp
.h"
16
Regexp
::
Regexp
(RegexpOp op, ParseFlags parse_flags)
32
Regexp
::~
Regexp
() {
34
LOG(DFATAL) << "
Regexp
not destroyed.";
52
// If it's possible to destroy this
regexp
without recurring,
54
bool
Regexp
::QuickDestroy() {
62
static map<
Regexp
*, int> *ref_map;
65
int
Regexp
::Ref()
[
all
...]
re2.h
13
//
REGEXP
SYNTAX:
195
class
Regexp
;
236
ErrorTrailingBackslash, // trailing \ at end of
regexp
241
ErrorBadUTF8, // invalid UTF-8 in
regexp
255
Quiet // do not log about
regexp
parse errors
286
// portion of the
regexp
.
289
// Returns the program size, a very approximate measure of a
regexp
's "cost".
293
// Returns the underlying
Regexp
; not for general use.
296
re2::
Regexp
*
Regexp
() const { return entire_regexp_;
[
all
...]
regexp.h
17
// Any operation that traverses the
Regexp
structures should be written
18
// using
Regexp
::Walker (see walker-inl.h), not recursively, because deeply nested
27
//
Regexp
::Parse parses regular expressions encoded in UTF-8.
39
//
Regexp
::Parse. In particular, many of the basic Perl additions
42
// If parsed with the flag
Regexp
::Latin1, both the regular expression
48
// Once
Regexp
has parsed a regular expression, it provides methods
53
// To call a sublibrary,
Regexp
does not simply prepare a
55
// sublibrary. Instead,
Regexp
prepares, from its own parsed form, the
61
// to be that used by
Regexp
's parser, not the syntax expected
62
// by the sublibrary.
Regexp
might accept a restricted o
[
all
...]
/external/regex-re2/re2/
regexp.cc
9
#include "re2/
regexp
.h"
16
Regexp
::
Regexp
(RegexpOp op, ParseFlags parse_flags)
32
Regexp
::~
Regexp
() {
34
LOG(DFATAL) << "
Regexp
not destroyed.";
52
// If it's possible to destroy this
regexp
without recurring,
54
bool
Regexp
::QuickDestroy() {
62
static map<
Regexp
*, int> *ref_map;
65
int
Regexp
::Ref()
[
all
...]
re2.h
13
//
REGEXP
SYNTAX:
195
class
Regexp
;
236
ErrorTrailingBackslash, // trailing \ at end of
regexp
241
ErrorBadUTF8, // invalid UTF-8 in
regexp
255
Quiet // do not log about
regexp
parse errors
286
// portion of the
regexp
.
289
// Returns the program size, a very approximate measure of a
regexp
's "cost".
293
// Returns the underlying
Regexp
; not for general use.
296
re2::
Regexp
*
Regexp
() const { return entire_regexp_;
[
all
...]
regexp.h
17
// Any operation that traverses the
Regexp
structures should be written
18
// using
Regexp
::Walker (see walker-inl.h), not recursively, because deeply nested
27
//
Regexp
::Parse parses regular expressions encoded in UTF-8.
39
//
Regexp
::Parse. In particular, many of the basic Perl additions
42
// If parsed with the flag
Regexp
::Latin1, both the regular expression
48
// Once
Regexp
has parsed a regular expression, it provides methods
53
// To call a sublibrary,
Regexp
does not simply prepare a
55
// sublibrary. Instead,
Regexp
prepares, from its own parsed form, the
61
// to be that used by
Regexp
's parser, not the syntax expected
62
// by the sublibrary.
Regexp
might accept a restricted o
[
all
...]
/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 81 milliseconds