Searched refs:word_boundary (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dre2.h523 // word_boundary (false) allow Perl's \b \B (word boundary and not)
608 bool word_boundary() const { return word_boundary_; } function in class:re2::RE2::Options
H A Dre2.cc181 if (word_boundary())
/external/regex-re2/re2/
H A Dre2.h523 // word_boundary (false) allow Perl's \b \B (word boundary and not)
620 bool word_boundary() const { return word_boundary_; } function in class:re2::RE2::Options
H A Dre2.cc163 if (word_boundary())
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc3141 Label other_color, word_boundary; local
3145 j(zero, &word_boundary, Label::kNear);
3150 bind(&word_boundary);
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc3101 Label other_color, word_boundary; local
3105 j(zero, &word_boundary, Label::kNear);
3110 bind(&word_boundary);
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.cc3687 Label other_color, word_boundary;
3693 b(eq, &word_boundary);
3698 bind(&word_boundary);
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc5654 Label other_color, word_boundary; local
5660 Branch(&word_boundary, eq, mask_scratch, Operand(zero_reg));
5665 bind(&word_boundary);

Completed in 2605 milliseconds