Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzip_utf-8.c109 #define UTF_8_LEN_2_MATCH 0xc0 macro
140 if ((name[i] & UTF_8_LEN_2_MASK) == UTF_8_LEN_2_MATCH) in _zip_guess_encoding()
204 buf[0] = UTF_8_LEN_2_MATCH | ((codepoint >> 6) & 0x1f); in _zip_unicode_to_utf8()

Completed in 23 milliseconds