HomeSort by relevance Sort by last modified time
    Searched full:mbsnwidth (Results 1 - 6 of 6) sorted by null

  /external/bison/lib/
mbswidth.h 37 /* Optional flags to influence mbswidth/mbsnwidth behavior. */
55 extern int mbsnwidth (const char *buf, size_t nbytes, int flags);
mbswidth.c 49 return mbsnwidth (string, strlen (string), flags);
57 mbsnwidth (const char *string, size_t nbytes, int flags) function
  /external/bison/src/
location.c 32 INT_MAX) to COLUMN; otherwise, add mbsnwidth (BUF, BUFSIZE, 0) to
46 width = mbsnwidth (buf, bufsize, 0);
scan-gram.l 60 scanner_cursor.column -= mbsnwidth (yytext, yyleng, 0); \
scan-gram.c     [all...]
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 201 milliseconds