Home | History | Annotate | Download | only in re2

Lines Matching full:ucs2

27 -     if (prog_->flags() & Regexp::UCS2)
167 - else if (re->parse_flags() & Regexp::UCS2)
190 - bool ucs2 = prog_->flags() & Regexp::UCS2;
198 - if (!ucs2 && !anchored && first_byte_ >= 0 && runq->size() == 0 &&
209 - if(ucs2 && runq->size() == 0 &&
218 - if(!ucs2 || (p - context.begin()) % 2 == 0) {
234 - else if (flags & UCS2)
244 - if (flags_ & UCS2) {
256 - if (flags_ & UCS2) {
269 - if (flags_ & UCS2) {
292 - flags |= Regexp::UCS2;
319 - if (parse_flags_ & UCS2)
338 - UCS2 = 1<<10, // Text is in UCS-2, regexp is in UTF-8.
352 - if (prog_->flags() & Regexp::UCS2)
362 - { single_line|Regexp::UCS2, "single-line, ucs2" },
366 - { multi_line|Regexp::UCS2, "multiline, ucs2" },
389 - else if (flags & Regexp::UCS2)
498 - bool ucs2 = false;
500 - if ((flags() & Regexp::UCS2) && type != kEnginePCRE) {
508 - ucs2 = true;
520 - if (ucs2) {