Home
last modified time | relevance | path

Searched refs:__mapupper (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/include/
H A D_ctype.h136 _CurrentRuneLocale->__mapupper[_c]; in __toupper()
143 _CurrentRuneLocale->__mapupper[_c]; in __sbtoupper()
H A Drunetype.h72 __rune_t __mapupper[_CACHED_RUNES]; member
/freebsd-13.1/include/xlocale/
H A D_ctype.h160 __runes->__mapupper[__c]; in towupper_l()
200 __runes->__mapupper[__c];
/freebsd-13.1/lib/libc/locale/
H A Drune.c176 rl->__mapupper[x] = frl->mapupper[x]; in _Read_RuneMagi()
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp841 return isascii(c) ? _DefaultRuneLocale.__mapupper[c] : c; in do_toupper()
855 *low = isascii(*low) ? _DefaultRuneLocale.__mapupper[*low] : *low; in do_toupper()
952 static_cast<char>(_DefaultRuneLocale.__mapupper[static_cast<ptrdiff_t>(c)]) : c; in do_toupper()
969 static_cast<char>(_DefaultRuneLocale.__mapupper[static_cast<ptrdiff_t>(*low)]) : *low; in do_toupper()