Searched defs:is_utf8 (Results 1 – 5 of 5) sorted by relevance
164 def RunRc(preprocessed_output, is_utf8, flags): argument207 def CompareToMsRcOutput(preprocessed_output, is_utf8, flags): argument
663 let is_utf8 = flags & (1 << 11) != 0; in central_header_to_zip_file() localVariable1072 let is_utf8 = flags & (1 << 11) != 0; in read_zipfile_from_stream() localVariable
601 protected function is_utf8($bytes) function in Google\\FlatBuffers\\FlatbufferBuilder
2983 fn is_utf8(&self) -> bool { in is_utf8() method