OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:runes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
regexp.h
332
Rune*
runes
() { DCHECK_EQ(op_, kRegexpLiteralString); return runes_; }
function in class:re2::Regexp
385
// They do not consume allocated arrays like subs or
runes
.
395
static Regexp* LiteralString(Rune*
runes
, int nrunes, ParseFlags flags);
465
// Removes the first n leading
runes
from the beginning of re.
/external/regex-re2/re2/
regexp.h
332
Rune*
runes
() { DCHECK_EQ(op_, kRegexpLiteralString); return runes_; }
function in class:re2::Regexp
385
// They do not consume allocated arrays like subs or
runes
.
395
static Regexp* LiteralString(Rune*
runes
, int nrunes, ParseFlags flags);
465
// Removes the first n leading
runes
from the beginning of re.
Completed in 342 milliseconds