Lines Matching refs:UCS2
27 - if (prog_->flags() & Regexp::UCS2)
167 - else if (re->parse_flags() & Regexp::UCS2)
190 - bool ucs2 = prog_->flags() & Regexp::UCS2;
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)
500 - if ((flags() & Regexp::UCS2) && type != kEnginePCRE) {