Home
last modified time | relevance | path

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

/ctype/
A Dctype.h241 # define __isctype_l(c, type, locale) \ argument
242 ((locale)->__ctype_b[(int) (c)] & (unsigned short int) type)
275 # define __tolower_l(c, locale) \ argument
276 __tobody (c, __tolower_l, (locale)->__ctype_tolower, (c, locale))
277 # define __toupper_l(c, locale) \ argument
278 __tobody (c, __toupper_l, (locale)->__ctype_toupper, (c, locale))
279 # define tolower_l(c, locale) __tolower_l ((c), (locale)) argument
280 # define toupper_l(c, locale) __toupper_l ((c), (locale)) argument

Completed in 3 milliseconds