Home
last modified time | relevance | path

Searched refs:is_unicode_char (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.cc875 bool is_unicode_char = base::ReadUnicodeCharacter(str.c_str(), str.size(), in ValidateUTF8() local
877 if (is_unicode_char && (code_point_out >= 0x20)) in ValidateUTF8()