Lines Matching refs:RE2
2 that removed UCS-2 support from RE2. As the explanation below
18 and RE2 has 1-byte lookahead (enough for UTF-8)
278 return RE2::ErrorBadUTF8;
280 return RE2::ErrorBadNamedCapture;
282 - return RE2::ErrorUnsupported;
284 return RE2::ErrorInternal;
288 case RE2::Options::EncodingLatin1:
291 - case RE2::Options::EncodingUCS2:
386 RE2::Options options;
388 options.set_encoding(RE2::Options::EncodingLatin1);
390 - options.set_encoding(RE2::Options::EncodingUCS2);
393 re2_ = new RE2(re, options);