Searched refs:__ctype_tolower_loc (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/locale/
H A Dctype_loc.cpp23 __ctype_tolower_loc() function
H A DThreadLocale.cpp60 __ctype_tolower_loc() function in namespace:BPrivate::Libroot
H A Dctype.cpp183 return (*__ctype_tolower_loc())[c];
H A DLocaleDataBridge.cpp70 *__ctype_tolower_loc() = *addrOfToLowerTable;
/haiku/src/system/libroot/posix/glibc/ctype/
H A Dctype.h81 extern __const __int32_t **__ctype_tolower_loc (void); /* Case conversions. */
175 return __c >= -128 && __c < 256 ? (*__ctype_tolower_loc())[__c] : __c;
186 # define tolower(c) __tobody (c, tolower, (*__ctype_tolower_loc()), (c))
194 # define _tolower(c) ((int) (*__ctype_tolower_loc())[(int) (c)])
/haiku/headers/posix/
H A Dctype.h71 extern const int **__ctype_tolower_loc();
77 #define tolower(c) ((int)(*__ctype_tolower_loc())[(int)(c)])
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c704 void __ctype_tolower_loc() {} function
H A Dlibroot_stubs_legacy.c525 void __ctype_tolower_loc() {} function

Completed in 61 milliseconds