Searched refs:codepoints_ref (Results 1 – 1 of 1) sorted by relevance
648 …const lxb_codepoint_t *codepoints_ref = (const lxb_codepoint_t *) decoding_encoding_ctx->codepoint… in dom_decode_encode_slow_path() local652 …g_encoding_ctx->encode_data->encode(&decoding_encoding_ctx->encode, &codepoints_ref, codepoints_en… in dom_decode_encode_slow_path()729 …const lxb_codepoint_t *codepoints_ref = (const lxb_codepoint_t *) decoding_encoding_ctx->codepoint… in dom_parse_decode_encode_finish() local730 const lxb_codepoint_t *codepoints_end = codepoints_ref + decoding_buffer_size; in dom_parse_decode_encode_finish()731 …g_encoding_ctx->encode_data->encode(&decoding_encoding_ctx->encode, &codepoints_ref, codepoints_en… in dom_parse_decode_encode_finish()1282 const lxb_codepoint_t *codepoints_ref = output->codepoints; in dom_saveHTML_write_string_len() local1283 …const lxb_codepoint_t *codepoints_end = codepoints_ref + lxb_encoding_decode_buf_used(output->deco… in dom_saveHTML_write_string_len()1285 encode_status = output->encoding_data->encode(output->encode, &codepoints_ref, codepoints_end); in dom_saveHTML_write_string_len()1353 const lxb_codepoint_t *codepoints_ref = (const lxb_codepoint_t *) codepoints; in dom_common_save() local1354 …(void) encoding_data->encode(&encode, &codepoints_ref, codepoints_ref + lxb_encoding_decode_buf_us… in dom_common_save()
Completed in 9 milliseconds