Home | History | Annotate | Download | only in re2

Lines Matching refs:Latin1

49 // The RE2::Latin1 option causes them to be interpreted as Latin-1.
53 // CHECK(RE2::FullMatch(latin1_string, RE2(latin1_pattern, RE2::Latin1)));
235 static const Options Latin1; // treat input as Latin-1 (default UTF-8)
603 // Private constructor for defining constants like RE2::Latin1.