HomeSort by relevance Sort by last modified time
    Searched defs:ignore_case (Results 1 - 4 of 4) sorted by null

  /external/v8/src/regexp/
regexp-parser.h 102 RegExpBuilder(Zone* zone, bool ignore_case, bool unicode);
130 bool ignore_case() const { return ignore_case_; } function in class:v8::internal::RegExpBuilder
202 bool ignore_case() const { return ignore_case_; } function in class:v8::internal::BASE_EMBEDDED
226 const ZoneVector<uc16>* capture_name, bool ignore_case,
229 builder_(new (zone) RegExpBuilder(zone, ignore_case, unicode)),
jsregexp.h 544 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case) {
618 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case);
626 RegExpNode* FilterSuccessor(int depth, bool ignore_case);
754 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case);
764 static bool SkipPass(int pass, bool ignore_case);
1511 bool ignore_case() const { return (flags_ & JSRegExp::kIgnoreCase) != 0; } function in class:v8::internal::Analysis
    [all...]
jsregexp.cc 1023 inline bool ignore_case() { return (flags_ & JSRegExp::kIgnoreCase) != 0; } function in class:v8::internal::RegExpCompiler
6631 bool ignore_case = flags & JSRegExp::kIgnoreCase; local
    [all...]
  /external/bison/
maint.mk 237 # ignore_case
267 export ignore_case = macro
268 _ignore_case = $$(test -n "$$ignore_case" && printf %s -i || :)
425 ignore_case=1 \
    [all...]

Completed in 54 milliseconds