Home
last modified time | relevance | path

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

/ctype/
A Dctype.h241 # define __isctype_l(c, type, locale) \ argument
275 # define __tolower_l(c, locale) \ argument
277 # define __toupper_l(c, locale) \ argument
279 # define tolower_l(c, locale) __tolower_l ((c), (locale)) argument
280 # define toupper_l(c, locale) __toupper_l ((c), (locale)) argument

Completed in 4 milliseconds