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

  /external/bison/lib/
mbswidth.h 38 /* Optional flags to influence mbswidth/mbsnwidth behavior. */
56 extern int mbsnwidth (const char *buf, size_t nbytes, int flags);
mbswidth.c 99 return mbsnwidth (string, strlen (string), flags);
108 mbsnwidth (const char *string, size_t nbytes, int flags) function
  /external/bison/src/
scan-gram.l 344 scanner_cursor.column -= mbsnwidth (yytext, yyleng, 0);
564 scanner_cursor.column -= mbsnwidth (yytext, yyleng, 0);
715 INT_MAX) to COLUMN; otherwise, add mbsnwidth (BUF, BUFSIZE, 0) to
729 width = mbsnwidth (buf, bufsize, 0);
    [all...]
scan-gram.c     [all...]

Completed in 266 milliseconds