OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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