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

  /external/bison/lib/
mbchar.h 93 mb_isspace (mbc)
135 extern bool mb_isspace (const mbchar_t mbc);
234 #define mb_isspace(mbc) ((mbc).wc_valid && iswspace ((mbc).wc)) macro

Completed in 46 milliseconds