Searched refs:__ctype_toupper_loc (Results 1 - 8 of 8) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c526 void __ctype_toupper_loc() {} function
H A Dlibroot_stubs.c705 void __ctype_toupper_loc() {} function
/haiku/src/system/libroot/posix/locale/
H A DLocaleDataBridge.cpp71 *__ctype_toupper_loc() = *addrOfToUpperTable;
H A Dctype.cpp193 return (*__ctype_toupper_loc())[c];
H A Dctype_loc.cpp30 __ctype_toupper_loc() function
H A DThreadLocale.cpp67 __ctype_toupper_loc() function in namespace:BPrivate::Libroot
/haiku/src/system/libroot/posix/glibc/ctype/
H A Dctype.h82 extern __const __int32_t **__ctype_toupper_loc (void); /* Case conversions. */
181 return __c >= -128 && __c < 256 ? (*__ctype_toupper_loc())[__c] : __c;
187 # define toupper(c) __tobody (c, toupper, (*__ctype_toupper_loc()), (c))
195 # define _toupper(c) ((int) (*__ctype_toupper_loc())[(int) (c)])
/haiku/headers/posix/
H A Dctype.h72 extern const int **__ctype_toupper_loc();
78 #define toupper(c) ((int)(*__ctype_toupper_loc())[(int)(c)])

Completed in 110 milliseconds