Lines Matching refs:utf
1202 // Return whether name is valid UTF-8.1939 void ConvertLatin1ToUTF8(const StringPiece& latin1, string* utf) {1942 utf->clear();1946 utf->append(buf, n);1964 // Convert regexp to UTF-8 (easier on the rest of the parser).