Searched defs:newrune (Results 1 – 7 of 7) sorted by relevance
239 uint32_t newrune = (rune << 4) + hex_digit_to_int(*++p); in CUnescapeInternal() local
232 uint32_t newrune = (rune << 4) + hex_digit_to_int(*++p); in CUnescapeInternal() local
247 uint32_t newrune = (rune << 4) + hex_digit_to_int(*++p); in CUnescapeInternal() local
245 uint32_t newrune = (rune << 4) + hex_digit_to_int(*++p); in CUnescapeInternal() local