Searched refs:__runetype (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/include/
H A D_ctype.h100 _CurrentRuneLocale->__runetype[_c]) & _f;
107 _CurrentRuneLocale->__runetype[_c] & _f;
126 !!(_DefaultRuneLocale.__runetype[_c] & _f);
H A Drunetype.h67 unsigned long __runetype[_CACHED_RUNES]; member in struct:__anon82
/freebsd-current/lib/libc/locale/
H A Dnextwctype.c53 if (runes->__runetype[wc] & wct)
H A Drune.c168 rl->__runetype[x] = frl->runetype[x];
/freebsd-current/include/xlocale/
H A D_ctype.h81 runes->__runetype[__c]) & __f;
106 runes->__runetype[__c] & __f;
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp983 return _DefaultRuneLocale.__runetype;

Completed in 265 milliseconds