Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_printint.c95 BOOL one_code_unit = !utf; in print_char() local
103 one_code_unit = c < 0x80; in print_char()
105 one_code_unit = (c & 0xfc00) != 0xd800; in print_char()
107 one_code_unit = (c & 0xfffff800u) != 0xd800u; in print_char()
114 if (one_code_unit) in print_char()

Completed in 6 milliseconds