Home
last modified time | relevance | path

Searched refs:current_input_codepoints (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/dom/
H A Dhtml_document.c46 const lxb_codepoint_t *current_input_codepoints; member
260 if (application_data->current_input_codepoints != NULL) { in dom_find_line_and_column_using_cache()
262 …if (application_data->current_input_codepoints[last_offset] == 0x000A /* Unicode codepoint for lin… in dom_find_line_and_column_using_cache()
473 application_data->current_input_codepoints = NULL; in dom_setup_parser_encoding_manually()
476 application_data->current_input_codepoints = decoding_encoding_ctx->codepoints; in dom_setup_parser_encoding_manually()

Completed in 10 milliseconds