Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dsyntax.c150 const char **hex_map; in lxb_css_syntax_ident_serialize() local
156 hex_map = lexbor_str_res_char_to_two_hex_value_lowercase; in lxb_css_syntax_ident_serialize()
164 lexbor_serialize_write(cb, hex_map[ch], 2, ctx, status); in lxb_css_syntax_ident_serialize()
192 const char **hex_map; in lxb_css_syntax_string_serialize() local
202 hex_map = lexbor_str_res_char_to_two_hex_value_lowercase; in lxb_css_syntax_string_serialize()
229 lexbor_serialize_write(cb, hex_map[ch], 2, ctx, status); in lxb_css_syntax_string_serialize()

Completed in 4 milliseconds