Home
last modified time | relevance | path

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

/src/contrib/ee/
H A Dee.c252 utf8_width(const unsigned char *s) in utf8_width() function
1027 temp += utf8_width(ptr); in scanline()
1156 d = utf8_width(temp); in draw_line()
1178 int dw = utf8_width(temp); in draw_line()
1646 int dw = utf8_width(point); in find_pos()
2006 j += utf8_width((const unsigned char *)stemp); in scan()
2110 g_horz += utf8_width( in get_string()
/src/contrib/sqlite3/autosetup/
H A Djimsh0.c170 #define utf8_width(C) 1 macro