Home
last modified time | relevance | path

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

/PHP-7.2/ext/zip/lib/
H A Dzip_utf-8.c111 #define UTF_8_LEN_4_MATCH 0xf0 macro
141 else if ((name[i] & UTF_8_LEN_4_MASK) == UTF_8_LEN_4_MATCH) in _zip_guess_encoding()
209 buf[0] = (zip_uint8_t)(UTF_8_LEN_4_MATCH | ((codepoint >> 18) & 0x07)); in _zip_unicode_to_utf8()

Completed in 6 milliseconds