Home | History | Annotate | Download | only in src

Lines Matching full:write_null

5036   int CompleteWrite(bool write_null, int* utf16_chars_read_out) {
5042 if (write_null &&
5095 bool write_null = !(options & NO_NULL_TERMINATION);
5103 if (success) return writer.CompleteWrite(write_null, nchars_ref);
5112 if (write_null && (utf8_bytes+1 <= capacity)) {
5117 if (write_null && (utf8_bytes+1 > capacity)) {
5130 return writer.CompleteWrite(write_null, nchars_ref);