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

1 2 3

  /bionic/libc/include/
xlocale.h 36 typedef struct __locale_t* locale_t; typedef in typeref:struct:__locale_t
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/xlocale/
_strings.h 31 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
46 int strcasecmp_l(const char *, const char *, locale_t);
47 int strncasecmp_l(const char *, const char *, size_t, locale_t);
_time.h 34 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
46 const struct tm *__restrict, locale_t) __strftimelike(3, 0);
55 struct tm *__restrict, locale_t);
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/win32/
locale_mgmt_win32.h 15 #define locale_t _locale_t macro
30 locale_t newlocale( int mask, const char * locale, locale_t base );
31 locale_t uselocale( locale_t newloc );
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/
locale_mgmt_win32.h 15 #define locale_t _locale_t macro
30 locale_t newlocale( int mask, const char * locale, locale_t base );
31 locale_t uselocale( locale_t newloc );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
xlocale.h 42 /* POSIX 2008 makes locale_t official. */
43 typedef __locale_t locale_t; typedef
  /external/libcxx/include/support/ibm/
locale_mgmt_aix.h 35 typedef void* locale_t; typedef
39 locale_t newlocale(int category_mask, const char *locale, locale_t base)
45 return (locale_t)0;
50 return (locale_t)0;
67 return (locale_t)newloc;
70 void freelocale(locale_t locobj)
75 locale_t uselocale(locale_t newloc)
77 return (locale_t)0
    [all...]
  /external/libcxx/include/support/xlocale/
__nop_locale_mgmt.h 19 typedef void *locale_t; typedef
20 static inline locale_t duplocale(locale_t) {
24 static inline void freelocale(locale_t) {
27 static inline locale_t newlocale(int, const char *, locale_t) {
31 static inline locale_t uselocale(locale_t) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/ibm/
locale_mgmt_aix.h 35 typedef void* locale_t; typedef
39 locale_t newlocale(int category_mask, const char *locale, locale_t base)
45 return (locale_t)0;
50 return (locale_t)0;
67 return (locale_t)newloc;
70 void freelocale(locale_t locobj)
75 locale_t uselocale(locale_t newloc)
77 return (locale_t)0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/xlocale/
__nop_locale_mgmt.h 19 typedef void *locale_t; typedef
20 static inline locale_t duplocale(locale_t) {
24 static inline void freelocale(locale_t) {
27 static inline locale_t newlocale(int, const char *, locale_t) {
31 static inline locale_t uselocale(locale_t) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/support/ibm/
locale_mgmt_aix.h 35 typedef void* locale_t; typedef
39 locale_t newlocale(int category_mask, const char *locale, locale_t base)
45 return (locale_t)0;
50 return (locale_t)0;
67 return (locale_t)newloc;
70 void freelocale(locale_t locobj)
75 locale_t uselocale(locale_t newloc)
77 return (locale_t)0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/support/xlocale/
__nop_locale_mgmt.h 19 typedef void *locale_t; typedef
20 static inline locale_t duplocale(locale_t) {
24 static inline void freelocale(locale_t) {
27 static inline locale_t newlocale(int, const char *, locale_t) {
31 static inline locale_t uselocale(locale_t) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/support/ibm/
locale_mgmt_aix.h 35 typedef void* locale_t; typedef
39 locale_t newlocale(int category_mask, const char *locale, locale_t base)
45 return (locale_t)0;
50 return (locale_t)0;
67 return (locale_t)newloc;
70 void freelocale(locale_t locobj)
75 locale_t uselocale(locale_t newloc)
77 return (locale_t)0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/support/xlocale/
__nop_locale_mgmt.h 19 typedef void *locale_t; typedef
20 static inline locale_t duplocale(locale_t) {
24 static inline void freelocale(locale_t) {
27 static inline locale_t newlocale(int, const char *, locale_t) {
31 static inline locale_t uselocale(locale_t) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/support/ibm/
locale_mgmt_aix.h 35 typedef void* locale_t; typedef
39 locale_t newlocale(int category_mask, const char *locale, locale_t base)
45 return (locale_t)0;
50 return (locale_t)0;
67 return (locale_t)newloc;
70 void freelocale(locale_t locobj)
75 locale_t uselocale(locale_t newloc)
77 return (locale_t)0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/support/xlocale/
__nop_locale_mgmt.h 19 typedef void *locale_t; typedef
20 static inline locale_t duplocale(locale_t) {
24 static inline void freelocale(locale_t) {
27 static inline locale_t newlocale(int, const char *, locale_t) {
31 static inline locale_t uselocale(locale_t) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/support/ibm/
locale_mgmt_aix.h 35 typedef void* locale_t; typedef
39 locale_t newlocale(int category_mask, const char *locale, locale_t base)
45 return (locale_t)0;
50 return (locale_t)0;
67 return (locale_t)newloc;
70 void freelocale(locale_t locobj)
75 locale_t uselocale(locale_t newloc)
77 return (locale_t)0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/support/xlocale/
__nop_locale_mgmt.h 19 typedef void *locale_t; typedef
20 static inline locale_t duplocale(locale_t) {
24 static inline void freelocale(locale_t) {
27 static inline locale_t newlocale(int, const char *, locale_t) {
31 static inline locale_t uselocale(locale_t) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/support/ibm/
locale_mgmt_aix.h 35 typedef void* locale_t; typedef
39 locale_t newlocale(int category_mask, const char *locale, locale_t base)
45 return (locale_t)0;
50 return (locale_t)0;
67 return (locale_t)newloc;
70 void freelocale(locale_t locobj)
75 locale_t uselocale(locale_t newloc)
77 return (locale_t)0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/support/xlocale/
__nop_locale_mgmt.h 19 typedef void *locale_t; typedef
20 static inline locale_t duplocale(locale_t) {
24 static inline void freelocale(locale_t) {
27 static inline locale_t newlocale(int, const char *, locale_t) {
31 static inline locale_t uselocale(locale_t) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/support/ibm/
locale_mgmt_aix.h 35 typedef void* locale_t; typedef
39 locale_t newlocale(int category_mask, const char *locale, locale_t base)
45 return (locale_t)0;
50 return (locale_t)0;
67 return (locale_t)newloc;
70 void freelocale(locale_t locobj)
75 locale_t uselocale(locale_t newloc)
77 return (locale_t)0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/support/xlocale/
__nop_locale_mgmt.h 19 typedef void *locale_t; typedef
20 static inline locale_t duplocale(locale_t) {
24 static inline void freelocale(locale_t) {
27 static inline locale_t newlocale(int, const char *, locale_t) {
31 static inline locale_t uselocale(locale_t) {
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/ibm/
locale_mgmt_aix.h 35 typedef void* locale_t; typedef
39 locale_t newlocale(int category_mask, const char *locale, locale_t base)
45 return (locale_t)0;
50 return (locale_t)0;
67 return (locale_t)newloc;
70 void freelocale(locale_t locobj)
75 locale_t uselocale(locale_t newloc)
77 return (locale_t)0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/xlocale/
__nop_locale_mgmt.h 19 typedef void *locale_t; typedef
20 static inline locale_t duplocale(locale_t) {
24 static inline void freelocale(locale_t) {
27 static inline locale_t newlocale(int, const char *, locale_t) {
31 static inline locale_t uselocale(locale_t) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/support/ibm/
locale_mgmt_aix.h 35 typedef void* locale_t; typedef
39 locale_t newlocale(int category_mask, const char *locale, locale_t base)
45 return (locale_t)0;
50 return (locale_t)0;
67 return (locale_t)newloc;
70 void freelocale(locale_t locobj)
75 locale_t uselocale(locale_t newloc)
77 return (locale_t)0
    [all...]

Completed in 278 milliseconds

1 2 3