Searched refs:UTF_8_LEN_4_MATCH (Results 1 – 1 of 1) sorted by relevance
111 #define UTF_8_LEN_4_MATCH 0xf0 macro141 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 12 milliseconds