/external/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 23 inline _LIBCPP_INLINE_VISIBILITY int isalnum_l(int c, locale_t) { in isalnum_l() argument 27 inline _LIBCPP_INLINE_VISIBILITY int isalpha_l(int c, locale_t) { in isalpha_l() argument 31 inline _LIBCPP_INLINE_VISIBILITY int isblank_l(int c, locale_t) { in isblank_l() argument 35 inline _LIBCPP_INLINE_VISIBILITY int iscntrl_l(int c, locale_t) { in iscntrl_l() argument 39 inline _LIBCPP_INLINE_VISIBILITY int isdigit_l(int c, locale_t) { in isdigit_l() argument 43 inline _LIBCPP_INLINE_VISIBILITY int isgraph_l(int c, locale_t) { in isgraph_l() argument 47 inline _LIBCPP_INLINE_VISIBILITY int islower_l(int c, locale_t) { in islower_l() argument 51 inline _LIBCPP_INLINE_VISIBILITY int isprint_l(int c, locale_t) { in isprint_l() argument 55 inline _LIBCPP_INLINE_VISIBILITY int ispunct_l(int c, locale_t) { in ispunct_l() argument 59 inline _LIBCPP_INLINE_VISIBILITY int isspace_l(int c, locale_t) { in isspace_l() argument [all …]
|
D | __nop_locale_mgmt.h | 19 typedef void *locale_t; typedef 20 static inline locale_t duplocale(locale_t) { in duplocale() argument 24 static inline void freelocale(locale_t) { in freelocale() argument 27 static inline locale_t newlocale(int, const char *, locale_t) { in newlocale() argument 31 static inline locale_t uselocale(locale_t) { in uselocale() argument
|
D | __strtonum_fallback.h | 24 char **endptr, locale_t) { in strtof_l() argument 29 char **endptr, locale_t) { in strtod_l() argument 34 char **endptr, locale_t) { in strtold_l() argument 39 strtoll_l(const char *nptr, char **endptr, int base, locale_t) { in strtoll_l() argument 44 strtoull_l(const char *nptr, char **endptr, int base, locale_t) { in strtoull_l() argument 49 wcstoll_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoll_l() argument 54 wcstoull_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoull_l() argument 59 wchar_t **endptr, locale_t) { in wcstold_l() argument
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 26 int isalnum_l(int c, locale_t locale) in isalnum_l() 31 int isalpha_l(int c, locale_t locale) in isalpha_l() 36 int isblank_l(int c, locale_t locale) in isblank_l() 41 int iscntrl_l(int c, locale_t locale) in iscntrl_l() 46 int isdigit_l(int c, locale_t locale) in isdigit_l() 51 int isgraph_l(int c, locale_t locale) in isgraph_l() 56 int islower_l(int c, locale_t locale) in islower_l() 61 int isprint_l(int c, locale_t locale) in isprint_l() 67 int ispunct_l(int c, locale_t locale) in ispunct_l() 72 int isspace_l(int c, locale_t locale) in isspace_l() [all …]
|
D | locale_mgmt_aix.h | 35 typedef void* locale_t; typedef 39 locale_t newlocale(int category_mask, const char *locale, locale_t base) in newlocale() 45 return (locale_t)0; in newlocale() 50 return (locale_t)0; in newlocale() 67 return (locale_t)newloc; in newlocale() 70 void freelocale(locale_t locobj) in freelocale() 75 locale_t uselocale(locale_t newloc) in uselocale() 77 return (locale_t)0; in uselocale()
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 32 class locale_t { 34 locale_t() in locale_t() function 36 locale_t(std::nullptr_t) in locale_t() function 38 locale_t(_locale_t __xlocale, const char* __xlocale_str) in locale_t() function 41 friend bool operator==(const locale_t& __left, const locale_t& __right) { 45 friend bool operator==(const locale_t& __left, int __right) { 49 friend bool operator==(const locale_t& __left, long long __right) { 53 friend bool operator==(const locale_t& __left, std::nullptr_t) { 57 friend bool operator==(int __left, const locale_t& __right) { 61 friend bool operator==(std::nullptr_t, const locale_t& __right) { [all …]
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 24 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...); 25 int asprintf_l(char **__s, locale_t __l, const char *__format, ...); 27 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...); 29 int toupper_l(int __c, locale_t __l); 30 int tolower_l(int __c, locale_t __l); 33 struct lconv *localeconv_l(locale_t __l); 38 int __base, locale_t __loc) { in strtoll_l() 43 int __base, locale_t __loc) { in strtol_l() 48 int __base, locale_t __loc) { in strtoull_l() 53 int __base, locale_t __loc) { in strtoul_l() [all …]
|
/external/libcxx/src/support/win32/ |
D | locale_win32.cpp | 21 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) in newlocale() argument 26 decltype(MB_CUR_MAX) MB_CUR_MAX_L( locale_t __l ) in MB_CUR_MAX_L() 37 lconv *localeconv_l( locale_t loc ) in localeconv_l() 43 mbstate_t *__restrict ps, locale_t loc ) in mbrlen_l() 49 size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsrtowcs_l() 55 locale_t loc ) in wcrtomb_l() 61 size_t n, mbstate_t *__restrict ps, locale_t loc ) in mbrtowc_l() 67 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsnrtowcs_l() 73 size_t nwc, size_t len, mbstate_t *__restrict ps, locale_t loc ) in wcsnrtombs_l() 78 wint_t btowc_l( int c, locale_t loc ) in btowc_l() [all …]
|
/external/libcxx/include/ |
D | __bsd_locale_fallbacks.h | 28 decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l) in decltype() 35 wint_t __libcpp_btowc_l(int __c, locale_t __l) in __libcpp_btowc_l() 42 int __libcpp_wctob_l(wint_t __c, locale_t __l) in __libcpp_wctob_l() 50 size_t __len, mbstate_t *__ps, locale_t __l) in __libcpp_wcsnrtombs_l() 57 size_t __libcpp_wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l) in __libcpp_wcrtomb_l() 65 size_t __len, mbstate_t *__ps, locale_t __l) in __libcpp_mbsnrtowcs_l() 73 mbstate_t *__ps, locale_t __l) in __libcpp_mbrtowc_l() 80 int __libcpp_mbtowc_l(wchar_t *__pwc, const char *__pmb, size_t __max, locale_t __l) in __libcpp_mbtowc_l() 87 size_t __libcpp_mbrlen_l(const char *__s, size_t __n, mbstate_t *__ps, locale_t __l) in __libcpp_mbrlen_l() 94 lconv *__libcpp_localeconv_l(locale_t __l) in __libcpp_localeconv_l() [all …]
|
D | __locale | 51 __libcpp_locale_guard(locale_t& __loc) : __old_loc_(uselocale(__loc)) {} 59 locale_t __old_loc_; 66 __libcpp_locale_guard(locale_t __l) : 330 locale_t __l; 349 locale_t __l; 708 locale_t __l; 726 locale_t __l; 958 locale_t __l;
|
/external/libcxx/src/support/solaris/ |
D | xlocale.cpp | 19 int isxdigit_l(int __c, locale_t __l) { in isxdigit_l() 23 int iswxdigit_l(wint_t __c, locale_t __l) { in iswxdigit_l() 31 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) in snprintf_l() 40 int asprintf_l(char **__s, locale_t __l, const char *__format, ...) { in asprintf_l() 49 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...) { in sscanf_l() 59 size_t __max, mbstate_t *__ps, locale_t __loc) { in mbrtowc_l() 63 struct lconv *localeconv_l(locale_t __l) { in localeconv_l()
|
D | mbsnrtowcs.inc | 33 size_t nms, size_t len, mbstate_t * __restrict ps, locale_t loc)
|
D | wcsnrtombs.inc | 29 size_t nwc, size_t len, mbstate_t * __restrict ps, locale_t loc)
|
/external/libcxx/include/support/musl/ |
D | xlocale.h | 29 locale_t) { in strtoll_l() argument 34 int base, locale_t) { in strtoull_l() argument 39 int base, locale_t) { in wcstoll_l() argument 45 locale_t) { in wcstoull_l() argument 50 locale_t) { in wcstold_l() argument
|
/external/ImageMagick/MagickCore/ |
D | locale.c | 128 static volatile locale_t 129 c_locale = (locale_t) NULL; 160 static locale_t AcquireCLocale(void) in AcquireCLocale() 163 if (c_locale == (locale_t) NULL) in AcquireCLocale() 164 c_locale=newlocale(LC_ALL_MASK,"C",(locale_t) 0); in AcquireCLocale() 166 if (c_locale == (locale_t) NULL) in AcquireCLocale() 290 if (c_locale != (locale_t) NULL) in DestroyCLocale() 292 c_locale=(locale_t) NULL; in DestroyCLocale() 367 locale_t in FormatLocaleFileList() 371 if (locale == (locale_t) NULL) in FormatLocaleFileList() [all …]
|
D | nt-base.h | 152 #if !defined(locale_t) 153 #define locale_t _locale_t macro
|
/external/libcxx/include/support/android/ |
D | locale_bionic.h | 50 locale_t) { in strtof_l() argument 55 char** __endptr, locale_t) { in strtod_l() argument 60 int __base, locale_t) { in strtol_l() argument
|
/external/skia/src/gpu/ |
D | GrAutoLocaleSetter.h | 63 fOldLocale = static_cast<locale_t>(nullptr); in GrAutoLocaleSetter() 90 locale_t fOldLocale; 91 locale_t fLocale;
|
/external/skqp/src/gpu/ |
D | GrAutoLocaleSetter.h | 63 fOldLocale = static_cast<locale_t>(nullptr); in GrAutoLocaleSetter() 90 locale_t fOldLocale; 91 locale_t fLocale;
|
/external/mesa3d/src/util/ |
D | strtod.c | 34 static locale_t loc;
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1638 locale_t loc = newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); \ 1647 locale_t loc = newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); \ 1704 extern "C" float __strtof_l(const char *nptr, char **endptr, locale_t loc); 1706 extern "C" double __strtod_l(const char *nptr, char **endptr, locale_t loc); 1709 locale_t loc); 1712 extern "C" float __wcstof_l(const wchar_t *nptr, wchar_t **endptr, locale_t loc); 1714 extern "C" double __wcstod_l(const wchar_t *nptr, wchar_t **endptr, locale_t loc); 1717 locale_t loc);
|
/external/flatbuffers/include/flatbuffers/ |
D | util.h | 211 typedef locale_t locale_type; // POSIX.1-2008 locale_t type
|
/external/harfbuzz_ng/src/ |
D | hb-common.cc | 769 #define HB_LOCALE_T locale_t
|
/external/libcxx/src/ |
D | locale.cpp | 60 locale_t& get() { return __loc_; } in get() 62 locale_t __loc_; 69 locale_t __cloc() { in __cloc() 73 static locale_t result = newlocale(LC_ALL_MASK, "C", 0); in __cloc() 4208 locale_t loc) { in checked_string_to_wchar_convert() 4223 locale_t __loc) { in checked_string_to_char_convert()
|
/external/syzkaller/sys/linux/ |
D | selinux.txt | 101 …ce_t:s0", "system_u:object_r:load_policy_exec_t:s0", "system_u:object_r:locale_t:s0", "system_u:ob…
|