Searched refs:codepoints_end (Results 1 – 1 of 1) sorted by relevance
650 const lxb_codepoint_t *codepoints_end = decoding_encoding_ctx->codepoints + decoding_buffer_used; in dom_decode_encode_slow_path() local652 …encoding_ctx->encode_data->encode(&decoding_encoding_ctx->encode, &codepoints_ref, codepoints_end); in dom_decode_encode_slow_path()730 const lxb_codepoint_t *codepoints_end = codepoints_ref + decoding_buffer_size; in dom_parse_decode_encode_finish() local731 …encoding_ctx->encode_data->encode(&decoding_encoding_ctx->encode, &codepoints_ref, codepoints_end); in dom_parse_decode_encode_finish()1283 …const lxb_codepoint_t *codepoints_end = codepoints_ref + lxb_encoding_decode_buf_used(output->deco… in dom_saveHTML_write_string_len() local1285 encode_status = output->encoding_data->encode(output->encode, &codepoints_ref, codepoints_end); in dom_saveHTML_write_string_len()
Completed in 10 milliseconds