Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/network/
Dshill_property_util.cc31 bool is_unicode_char = base::ReadUnicodeCharacter( in ValidateUTF8() local
34 if (is_unicode_char && (code_point_out >= kFirstNonControlChar)) { in ValidateUTF8()