HomeSort by relevance Sort by last modified time
    Searched defs:locale_t (Results 1 - 8 of 8) sorted by null

  /ndk/sources/android/support/include/
ctype.h 39 typedef struct locale_struct* locale_t; typedef in typeref:struct:locale_struct
41 int isalnum_l(int, locale_t);
42 int isalpha_l(int, locale_t);
43 int isblank_l(int, locale_t);
44 int iscntrl_l(int, locale_t);
45 int isdigit_l(int, locale_t);
46 int isgraph_l(int, locale_t);
47 int islower_l(int, locale_t);
48 int isprint_l(int, locale_t);
49 int ispunct_l(int, locale_t);
    [all...]
xlocale.h 35 typedef struct locale_struct* locale_t; typedef in typeref:struct:locale_struct
wchar.h 79 typedef struct locale_struct* locale_t; typedef in typeref:struct:locale_struct
215 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
217 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
218 int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
219 size_t wcsxfrm_l(wchar_t *__restrict__, const wchar_t *__restrict__, size_t n, locale_t);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 13 typedef struct _LC_locale_t* locale_t; typedef in typeref:struct:_LC_locale_t
24 #define LC_GLOBAL_LOCALE ((locale_t)-1)
26 size_t __mb_cur_max(locale_t l);
29 locale_t newlocale(int mask, const char * locale, locale_t base);
30 void freelocale(locale_t loc);
32 wint_t btowc_l(int __c, locale_t __l);
34 int wctob_l(wint_t __c, locale_t __l);
36 size_t wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l);
39 mbstate_t *__ps, locale_t __l)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 20 #define locale_t _locale_t macro
35 locale_t newlocale( int mask, const char * locale, locale_t base );
36 locale_t uselocale( locale_t newloc );
37 lconv *localeconv_l( locale_t loc );
39 mbstate_t *__restrict__ ps, locale_t loc);
41 size_t len, mbstate_t *__restrict__ ps, locale_t loc );
43 locale_t loc);
45 size_t n, mbstate_t *__restrict__ ps, locale_t loc)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 148 typedef __locale_t locale_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 148 typedef __locale_t locale_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 148 typedef __locale_t locale_t; typedef

Completed in 222 milliseconds