/external/libcxx/include/ |
D | clocale | 30 struct lconv; 32 lconv* localeconv(); 47 using ::lconv;
|
/external/llvm-project/libcxx/include/ |
D | clocale | 29 struct lconv; 31 lconv* localeconv(); 46 using ::lconv;
|
/external/llvm-project/libcxx/include/support/win32/ |
D | locale_win32.h | 33 __lconv_storage(const lconv *__lc_input) { in __lconv_storage() 59 lconv *__get() { in __get() 63 lconv __lc; 156 lconv *__store_lconv(const lconv *__input_lc) { in __store_lconv() 177 lconv *localeconv_l( locale_t &loc );
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | locale_h.pass.cpp | 45 lconv lc; ((void)lc); in main() 47 static_assert((std::is_same<decltype(localeconv()), lconv*>::value), ""); in main()
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | locale_h.pass.cpp | 48 lconv lc; ((void)lc); in main() 50 static_assert((std::is_same<decltype(localeconv()), lconv*>::value), ""); in main()
|
/external/llvm-project/libcxx/test/std/localization/c.locales/ |
D | clocale.pass.cpp | 50 std::lconv lc; in main() 55 static_assert((std::is_same<decltype(std::localeconv()), std::lconv*>::value), ""); in main()
|
/external/libcxx/test/std/localization/c.locales/ |
D | clocale.pass.cpp | 49 std::lconv lc; in main() 54 static_assert((std::is_same<decltype(std::localeconv()), std::lconv*>::value), ""); in main()
|
/external/llvm-project/libcxx/include/support/solaris/ |
D | xlocale.h | 31 struct lconv *localeconv(void); 32 struct lconv *localeconv_l(locale_t __l);
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 32 struct lconv *localeconv(void); 33 struct lconv *localeconv_l(locale_t __l);
|
/external/libcups/cups/ |
D | string-private.h | 199 struct lconv *loc) _CUPS_PRIVATE; 201 struct lconv *loc) _CUPS_PRIVATE;
|
D | string.c | 206 struct lconv *loc) /* I - Locale data */ in _cupsStrFormatd() 396 struct lconv *loc) /* I - Locale data */ in _cupsStrScand()
|
/external/llvm-project/libcxx/test/libcxx/modules/ |
D | clocale_exports.compile.pass.cpp | 26 std::lconv l; (void)l; in main()
|
/external/libcxx/test/libcxx/modules/ |
D | clocale_exports.sh.cpp | 24 std::lconv l; ((void)l); in main()
|
/external/llvm-project/libcxx/src/support/win32/ |
D | locale_win32.cpp | 35 lconv *localeconv_l( locale_t &loc ) in localeconv_l() 38 lconv *lc = localeconv(); in localeconv_l()
|
/external/jsoncpp/src/lib_json/ |
D | CMakeLists.txt | 19 check_type_size("struct lconv" LCONV_SIZE) 21 check_struct_has_member("struct lconv" decimal_point locale.h HAVE_DECIMAL_POINT) 24 check_type_size(lconv LCONV_SIZE LANGUAGE CXX) 26 check_struct_has_member(lconv decimal_point clocale HAVE_DECIMAL_POINT LANGUAGE CXX)
|
D | json_tool.h | 33 struct lconv* lc = localeconv(); in getDecimalPoint()
|
/external/python/cpython3/Include/internal/ |
D | pycore_fileutils.h | 47 struct lconv *lc,
|
/external/libabigail/tests/data/test-annotate/ |
D | libtest24-drop-fns.so.abi | 165 <!-- struct lconv --> 166 …<class-decl name='lconv' size-in-bits='768' is-struct='yes' visibility='default' filepath='/usr/in… 168 <!-- char* lconv::decimal_point --> 172 <!-- char* lconv::thousands_sep --> 176 <!-- char* lconv::grouping --> 180 <!-- char* lconv::int_curr_symbol --> 184 <!-- char* lconv::currency_symbol --> 188 <!-- char* lconv::mon_decimal_point --> 192 <!-- char* lconv::mon_thousands_sep --> 196 <!-- char* lconv::mon_grouping --> [all …]
|
D | libtest24-drop-fns-2.so.abi | 165 <!-- struct lconv --> 166 …<class-decl name='lconv' size-in-bits='768' is-struct='yes' visibility='default' filepath='/usr/in… 168 <!-- char* lconv::decimal_point --> 172 <!-- char* lconv::thousands_sep --> 176 <!-- char* lconv::grouping --> 180 <!-- char* lconv::int_curr_symbol --> 184 <!-- char* lconv::currency_symbol --> 188 <!-- char* lconv::mon_decimal_point --> 192 <!-- char* lconv::mon_thousands_sep --> 196 <!-- char* lconv::mon_grouping --> [all …]
|
/external/llvm-project/libcxx/src/support/solaris/ |
D | xlocale.cpp | 62 struct lconv *localeconv_l(locale_t __l) { in localeconv_l()
|
/external/libcxx/src/support/solaris/ |
D | xlocale.cpp | 63 struct lconv *localeconv_l(locale_t __l) { in localeconv_l()
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | 2011-06-09-TailCallByVal.ll | 21 …ary*, %struct.__xlocale_st_numeric*, %struct._xlocale*, %struct.__xlocale_st_time*, %struct.lconv } 26 %struct.lconv = type { i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8, i8, i8, i8, i8, i8, i8…
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-06-09-TailCallByVal.ll | 21 …ary*, %struct.__xlocale_st_numeric*, %struct._xlocale*, %struct.__xlocale_st_time*, %struct.lconv } 26 %struct.lconv = type { i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8, i8, i8, i8, i8, i8, i8…
|
/external/python/cpython2/Objects/stringlib/ |
D | localeutil.h | 205 struct lconv *locale_data = localeconv(); in _Py_InsertThousandsGroupingLocale()
|
/external/libcxx/src/support/win32/ |
D | locale_win32.cpp | 37 lconv *localeconv_l( locale_t loc ) in localeconv_l()
|