OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:can_bit_state
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
re2.cc
625
bool
can_bit_state
= prog_->size() <= MaxBitStateProg;
local
709
if (
can_bit_state
&& text.size() <= bit_state_text_max && ncap > 1) {
765
} else if (
can_bit_state
&& subtext1.size() <= bit_state_text_max) {
[
all
...]
/external/regex-re2/re2/
re2.cc
607
bool
can_bit_state
= prog_->size() <= MaxBitStateProg;
local
691
if (
can_bit_state
&& text.size() <= bit_state_text_max && ncap > 1) {
747
} else if (
can_bit_state
&& subtext1.size() <= bit_state_text_max) {
[
all
...]
Completed in 197 milliseconds