Searched refs:code_l (Results 1 – 1 of 1) sorted by relevance
781 long code_l; in process_numeric_entity() local795 code_l = strtol(*buf, &endptr, hexadecimal ? 16 : 10); in process_numeric_entity()804 if (code_l > 0x10FFFFL) in process_numeric_entity()808 *code_point = (unsigned)code_l; in process_numeric_entity()
Completed in 6 milliseconds