Searched refs:ISUTF8 (Results 1 – 1 of 1) sorted by relevance
104 #define ISUTF8(c) (((c) & 0xc0) == 0xc0) macro297 text += ISUTF8(*text) ? utf8_length(text, NULL) : 1; in match_pattern()322 width = ISUTF8(*text) ? utf8_length(text, NULL) : 1; in match_pattern()329 width = ISUTF8(*text) ? utf8_length(text, NULL) : 1; in match_pattern()