OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__locale_t
(Results
1 - 15
of
15
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wctype.h
231
extern int iswalnum_l (wint_t __wc,
__locale_t
__locale) __THROW;
237
extern int iswalpha_l (wint_t __wc,
__locale_t
__locale) __THROW;
240
extern int iswcntrl_l (wint_t __wc,
__locale_t
__locale) __THROW;
244
extern int iswdigit_l (wint_t __wc,
__locale_t
__locale) __THROW;
248
extern int iswgraph_l (wint_t __wc,
__locale_t
__locale) __THROW;
253
extern int iswlower_l (wint_t __wc,
__locale_t
__locale) __THROW;
256
extern int iswprint_l (wint_t __wc,
__locale_t
__locale) __THROW;
261
extern int iswpunct_l (wint_t __wc,
__locale_t
__locale) __THROW;
266
extern int iswspace_l (wint_t __wc,
__locale_t
__locale) __THROW;
271
extern int iswupper_l (wint_t __wc,
__locale_t
__locale) __THROW
[
all
...]
locale.h
148
typedef
__locale_t
locale_t;
154
extern
__locale_t
newlocale (int __category_mask, __const char *__locale,
155
__locale_t
__base) __THROW;
189
extern
__locale_t
duplocale (
__locale_t
__dataset) __THROW;
193
extern void freelocale (
__locale_t
__dataset) __THROW;
200
extern
__locale_t
uselocale (
__locale_t
__dataset) __THROW;
204
# define LC_GLOBAL_LOCALE ((
__locale_t
) -1L)
monetary.h
49
__locale_t
loc,
xlocale.h
40
} *
__locale_t
;
typedef in typeref:struct:__locale_struct
wchar.h
175
__locale_t
__loc) __THROW;
178
size_t __n,
__locale_t
__loc) __THROW;
199
__locale_t
__loc) __THROW;
205
size_t __n,
__locale_t
__loc) __THROW;
479
__locale_t
__loc) __THROW;
483
int __base,
__locale_t
__loc) __THROW;
488
int __base,
__locale_t
__loc) __THROW;
493
int __base,
__locale_t
__loc)
497
wchar_t **__restrict __endptr,
__locale_t
__loc)
501
wchar_t **__restrict __endptr,
__locale_t
__loc
[
all
...]
ctype.h
241
extern int name (int,
__locale_t
) __THROW
263
extern int __tolower_l (int __c,
__locale_t
__l) __THROW;
264
extern int tolower_l (int __c,
__locale_t
__l) __THROW;
267
extern int __toupper_l (int __c,
__locale_t
__l) __THROW;
268
extern int toupper_l (int __c,
__locale_t
__l) __THROW;
string.h
121
extern int strcoll_l (__const char *__s1, __const char *__s2,
__locale_t
__l)
125
__locale_t
__l) __THROW __nonnull ((2, 4));
288
extern char *strerror_l (int __errnum,
__locale_t
__l) __THROW;
343
__locale_t
__loc)
347
size_t __n,
__locale_t
__loc)
stdlib.h
242
__locale_t
__loc) __THROW __nonnull ((1, 4)) __wur;
246
int __base,
__locale_t
__loc)
252
__locale_t
__loc)
258
int __base,
__locale_t
__loc)
262
char **__restrict __endptr,
__locale_t
__loc)
266
char **__restrict __endptr,
__locale_t
__loc)
271
__locale_t
__loc)
time.h
221
__locale_t
__loc) __THROW;
225
__locale_t
__loc) __THROW;
langinfo.h
593
extern char *nl_langinfo_l (nl_item __item,
__locale_t
l);
/external/libxslt/libxslt/
xsltlocale.h
23
typedef
__locale_t
xsltLocale;
/external/bison/lib/
strtol.c
189
# define LOCALE_PARAM_PROTO ,
__locale_t
loc
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so
libc.so.6
/external/stlport/etc/
ChangeLog
[
all
...]
Completed in 162 milliseconds