Searched refs:UTF_8_LEN_3_MATCH (Results 1 – 1 of 1) sorted by relevance
109 #define UTF_8_LEN_3_MATCH 0xe0 macro139 else if ((name[i] & UTF_8_LEN_3_MASK) == UTF_8_LEN_3_MATCH) in _zip_guess_encoding()204 buf[0] = (zip_uint8_t)(UTF_8_LEN_3_MATCH | ((codepoint >> 12) & 0x0f)); in _zip_unicode_to_utf8()
Completed in 1291 milliseconds