Lines Matching full:functions
9 - Locale-aware functions taking an explicit locale argument (Darwin)
22 With this in mind, various libc-private functions have been modified to take a
25 variants of these functions, to make it harder for accidental uses of the
37 A locale_t is almost immutable after creation. There are no functions that modify it,
47 with each locale. These are used by various functions that previously had a
61 constraints as with the pre-xlocale libc. Calls to any locale-aware functions
111 A large number of functions have been modified to take an explicit `locale_t`
114 APIs, but also simplifies the modifications to these functions. The
117 if any functions attempt to use them.
119 The ctype.h functions are a little different. These are not implemented in
127 deprecated functions - we should not be encouraging people to use deprecated
135 macro on it before using it. For efficiency, this can be emitted in functions
143 fairly expensive to use any of the ctype.h functions. We could improve this
146 Several of the existing FreeBSD locale-aware functions appear to be wrong. For
150 Some functions, like `strcoll()` only work on single-byte encodings. No
151 attempt has been made to fix existing limitations in the libc functions other
155 functions can be used safely from that thread. In fact, this is not the case