Searched refs:mbsnwidth (Results 1 – 6 of 6) sorted by relevance
/external/bison/lib/ |
D | mbswidth.c | 49 return mbsnwidth (string, strlen (string), flags); in mbswidth() 57 mbsnwidth (const char *string, size_t nbytes, int flags) in mbsnwidth() function
|
D | mbswidth.h | 55 extern int mbsnwidth (const char *buf, size_t nbytes, int flags);
|
/external/bison/src/ |
D | location.c | 46 width = mbsnwidth (buf, bufsize, 0); in add_column_width()
|
D | scan-gram.l | 60 scanner_cursor.column -= mbsnwidth (yytext, yyleng, 0); \
|
D | scan-gram.c | 1003 scanner_cursor.column -= mbsnwidth (gram_text, gram_leng, 0); \
|
/external/bison/ |
D | ChangeLog-2012 | 15079 Use mbsnwidth to count columns correctly. Account for tabs, too.
|