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

  /external/bison/lib/
mbchar.h 66 mb_isalpha (mbc)
126 extern bool mb_isalpha (const mbchar_t mbc);
226 #define mb_isalpha(mbc) ((mbc).wc_valid && iswalpha ((mbc).wc)) macro

Completed in 60 milliseconds