/external/libcxx/include/ |
D | clocale | 30 struct lconv; 32 lconv* localeconv(); 47 using ::lconv;
|
D | __bsd_locale_fallbacks.h | 94 lconv *__libcpp_localeconv_l(locale_t __l) in __libcpp_localeconv_l()
|
/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/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/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 | 203 struct lconv *loc); 205 struct lconv *loc);
|
D | string.c | 210 struct lconv *loc) /* I - Locale data */ in _cupsStrFormatd() 401 struct lconv *loc) /* I - Locale data */ in _cupsStrScand()
|
D | testlang.c | 46 struct lconv *loc; /* Locale data */ in main()
|
D | ppd-page.c | 39 struct lconv *loc; /* Locale data */ in ppdPageSize()
|
D | ppd-emit.c | 616 struct lconv *loc; /* Locale data */ in ppdEmitString()
|
/external/libcxx/test/libcxx/modules/ |
D | clocale_exports.sh.cpp | 24 std::lconv l; ((void)l); in main()
|
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/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/libcxx/src/support/solaris/ |
D | xlocale.cpp | 63 struct lconv *localeconv_l(locale_t __l) { in localeconv_l()
|
/external/libcxx/src/support/win32/ |
D | locale_win32.cpp | 37 lconv *localeconv_l( locale_t loc ) in localeconv_l()
|
/external/python/cpython2/Objects/stringlib/ |
D | localeutil.h | 205 struct lconv *locale_data = localeconv(); in _Py_InsertThousandsGroupingLocale()
|
/external/python/cpython3/Modules/ |
D | _localemodule.c | 131 locale_decode_monetary(PyObject *dict, struct lconv *lc) in locale_decode_monetary() 207 struct lconv *l; in PyLocale_localeconv()
|
/external/python/cpython3/Python/ |
D | pystrtod.c | 168 struct lconv *locale_data; in _PyOS_ascii_strtod() 452 struct lconv *locale_data = localeconv(); in change_decimal_from_locale_to_dot()
|
/external/python/cpython2/Python/ |
D | pystrtod.c | 129 struct lconv *locale_data; in _PyOS_ascii_strtod() 378 struct lconv *locale_data = localeconv(); in change_decimal_from_locale_to_dot()
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 113 lconv *localeconv_l( locale_t loc );
|
/external/iperf3/src/ |
D | cjson.c | 207 struct lconv *lconv = localeconv(); in get_decimal_point() local 208 return (unsigned char) lconv->decimal_point[0]; in get_decimal_point()
|
/external/llvm/test/DebugInfo/X86/ |
D | pr19307.ll | 93 !6 = !DICompositeType(tag: DW_TAG_structure_type, name: "lconv", line: 54, flags: DIFlagFwdDecl, fi…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | pr19307.ll | 93 !6 = !DICompositeType(tag: DW_TAG_structure_type, name: "lconv", line: 54, flags: DIFlagFwdDecl, fi…
|
/external/python/cpython2/Modules/ |
D | _localemodule.c | 210 struct lconv *l; in PyLocale_localeconv()
|