Searched refs:check_utf8 (Results 1 – 3 of 3) sorted by relevance
161 def check_utf8(file_name, base_mime_type, actual_mime_type): function229 propval = check_utf8(f, propval, actual_propval)
93 public static function checkString(&$var, $check_utf8) argument101 if ($check_utf8 && !preg_match('//u', $var)) {
1443 void GenerateStrings(const FieldDescriptor* field, bool check_utf8) { in GenerateStrings() argument1446 if (check_utf8) { in GenerateStrings()