Home | History | Annotate | Download | only in re2

Lines Matching refs:Latin1

172   if (flags_ & Latin1)
1929 // Converts latin1 (assumed to be encoded as Latin1 bytes)
1933 void ConvertLatin1ToUTF8(const StringPiece& latin1, string* utf) {
1937 for (int i = 0; i < latin1.size(); i++) {
1938 Rune r = latin1[i] & 0xFF;
1959 if (global_flags & Latin1) {