Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/uwildmat/
Duwildmat.c104 #define ISUTF8(c) (((c) & 0xc0) == 0xc0) macro
297 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()