Searched refs:__maplower (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/include/
H A Drunetype.h69 __rune_t __maplower[_CACHED_RUNES]; member in struct:__anon278
H A D_ctype.h148 _CurrentRuneLocale->__maplower[_c];
155 _CurrentRuneLocale->__maplower[_c];
/barrelfish-master/include/xlocale/
H A D_ctype.h152 __runes->__maplower[__c];
192 __runes->__maplower[__c];
/barrelfish-master/lib/libc/locale/
H A Drune.c174 rl->__maplower[x] = frl->maplower[x];
/barrelfish-master/lib/cxx/cxx/
H A Dlocale.cpp846 return isascii(c) ? _DefaultRuneLocale.__maplower[c] : c;
860 *low = isascii(*low) ? _DefaultRuneLocale.__maplower[*low] : *low;
962 static_cast<char>(_DefaultRuneLocale.__maplower[static_cast<ptrdiff_t>(c)]) : c;
978 *low = isascii(*low) ? static_cast<char>(_DefaultRuneLocale.__maplower[static_cast<ptrdiff_t>(*low)]) : *low;

Completed in 121 milliseconds