Searched refs:__libcpp_asprintf_l (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/include/ |
D | __bsd_locale_defaults.h | 30 #define __libcpp_asprintf_l(...) asprintf_l(__VA_ARGS__) macro
|
D | __bsd_locale_fallbacks.h | 117 int __libcpp_asprintf_l(char **__s, locale_t __l, const char *__format, ...) { in __libcpp_asprintf_l() function
|
D | locale | 1520 … __nc = __libcpp_asprintf_l(&__nb, _LIBCPP_GET_C_LOCALE, __fmt, (int)__iob.precision(), __v); 1522 __nc = __libcpp_asprintf_l(&__nb, _LIBCPP_GET_C_LOCALE, __fmt, __v); 1571 … __nc = __libcpp_asprintf_l(&__nb, _LIBCPP_GET_C_LOCALE, __fmt, (int)__iob.precision(), __v); 1573 __nc = __libcpp_asprintf_l(&__nb, _LIBCPP_GET_C_LOCALE, __fmt, __v); 3321 … __n = static_cast<size_t>(__libcpp_asprintf_l(&__bb, _LIBCPP_GET_C_LOCALE, "%.0Lf", __units));
|