Home | History | Annotate | Download | only in base

Lines Matching full:latin1

434 // Latin1 is just the low range of Unicode, so we can copy directly to convert.
435 bool WideToLatin1(const std::wstring& wide, std::string* latin1) {
438 latin1->clear();
444 latin1->swap(output);