Searched refs:__ctype_b_loc (Results 1 - 8 of 8) sorted by path

/haiku/headers/posix/
H A Dctype.h70 extern const unsigned short int **__ctype_b_loc();
75 ((*__ctype_b_loc())[(int)(c)] & (unsigned short int)type)
/haiku/src/system/libroot/posix/glibc/ctype/
H A Dctype.h80 extern __const unsigned short int **__ctype_b_loc (void); /* Characteristics. */
85 ((*__ctype_b_loc())[(int) (c)] & (unsigned short int) type)
/haiku/src/system/libroot/posix/locale/
H A DLocaleDataBridge.cpp69 *__ctype_b_loc() = *addrOfClassInfoTable;
H A DThreadLocale.cpp53 __ctype_b_loc() function in namespace:BPrivate::Libroot
H A Dctype.cpp47 return (*__ctype_b_loc())[c] & (_ISupper | _ISlower | _ISdigit);
57 return (*__ctype_b_loc())[c] & (_ISupper | _ISlower);
75 return (*__ctype_b_loc())[c] & _ISblank;
85 return (*__ctype_b_loc())[c] & _IScntrl;
95 return (*__ctype_b_loc())[c] & _ISdigit;
105 return (*__ctype_b_loc())[c] & _ISgraph;
115 return (*__ctype_b_loc())[c] & _ISlower;
125 return (*__ctype_b_loc())[c] & _ISprint;
135 return (*__ctype_b_loc())[c] & _ISpunct;
145 return (*__ctype_b_loc())[
[all...]
H A Dctype_loc.cpp16 __ctype_b_loc() function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c702 void __ctype_b_loc() {} function
H A Dlibroot_stubs_legacy.c523 void __ctype_b_loc() {} function

Completed in 238 milliseconds