OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nrune
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
parse.cc
687
Rune* Regexp::LeadingString(Regexp* re, int *
nrune
,
695
*
nrune
= 1;
700
*
nrune
= re->nrunes_;
704
*
nrune
= 0;
820
int
nrune
= 0;
local
829
// with the string rune[0:
nrune
].
838
while (same <
nrune
&& same < nrune_i && rune[same] == rune_i[same])
842
nrune
= same;
849
// sub[start:i] all begin with rune[0:
nrune
] but sub[i]
861
x[0] = LiteralString(rune,
nrune
, runeflags)
[
all
...]
/external/regex-re2/re2/
parse.cc
687
Rune* Regexp::LeadingString(Regexp* re, int *
nrune
,
695
*
nrune
= 1;
700
*
nrune
= re->nrunes_;
704
*
nrune
= 0;
820
int
nrune
= 0;
local
829
// with the string rune[0:
nrune
].
838
while (same <
nrune
&& same < nrune_i && rune[same] == rune_i[same])
842
nrune
= same;
849
// sub[start:i] all begin with rune[0:
nrune
] but sub[i]
861
x[0] = LiteralString(rune,
nrune
, runeflags)
[
all
...]
Completed in 469 milliseconds