Home
last modified time | relevance | path

Searched refs:decimal_point_impl (Results 1 – 25 of 100) sorted by relevance

1234

/aosp_15_r20/external/fmtlib/src/
H A Dformat.cc28 template FMT_API auto decimal_point_impl(locale_ref) -> char;
41 template FMT_API auto decimal_point_impl(locale_ref) -> wchar_t;
/aosp_15_r20/external/armnn/third-party/fmt/src/
H A Dformat.cc44 template FMT_API char detail::decimal_point_impl(locale_ref);
66 template FMT_API wchar_t detail::decimal_point_impl(locale_ref);
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/external/fmtlib/include/fmt/
Dformat-inl.h101 FMT_FUNC auto decimal_point_impl(locale_ref loc) -> Char {
110 template <typename Char> FMT_FUNC Char decimal_point_impl(locale_ref) { in decimal_point_impl() function
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/external/fmtlib/include/fmt/
Dformat-inl.h101 FMT_FUNC auto decimal_point_impl(locale_ref loc) -> Char {
110 template <typename Char> FMT_FUNC Char decimal_point_impl(locale_ref) { in decimal_point_impl() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/external/fmtlib/include/fmt/
Dformat-inl.h101 FMT_FUNC auto decimal_point_impl(locale_ref loc) -> Char {
110 template <typename Char> FMT_FUNC Char decimal_point_impl(locale_ref) { in decimal_point_impl() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/fmtlib/include/fmt/
Dformat-inl.h101 FMT_FUNC auto decimal_point_impl(locale_ref loc) -> Char {
110 template <typename Char> FMT_FUNC Char decimal_point_impl(locale_ref) { in decimal_point_impl() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/external/fmtlib/include/fmt/
Dformat-inl.h101 FMT_FUNC auto decimal_point_impl(locale_ref loc) -> Char {
110 template <typename Char> FMT_FUNC Char decimal_point_impl(locale_ref) { in decimal_point_impl() function
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/fmtlib/include/fmt/
Dformat-inl.h210 template <typename Char> FMT_FUNC Char decimal_point_impl(locale_ref loc) { in decimal_point_impl() function
225 FMT_FUNC Char internal::decimal_point_impl(locale_ref) { in decimal_point_impl() function
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/fmtlib/include/fmt/
Dformat-inl.h210 template <typename Char> FMT_FUNC Char decimal_point_impl(locale_ref loc) { in decimal_point_impl() function
225 FMT_FUNC Char internal::decimal_point_impl(locale_ref) { in decimal_point_impl() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/fmtlib/include/fmt/
Dformat-inl.h210 template <typename Char> FMT_FUNC Char decimal_point_impl(locale_ref loc) { in decimal_point_impl() function
225 FMT_FUNC Char internal::decimal_point_impl(locale_ref) { in decimal_point_impl() function
/aosp_15_r20/external/armnn/third-party/fmt/
H A Dformat-inl.h204 template <typename Char> FMT_FUNC Char decimal_point_impl(locale_ref loc) { in decimal_point_impl() function
217 template <typename Char> FMT_FUNC Char detail::decimal_point_impl(locale_ref) { in decimal_point_impl() function
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/fmtlib/include/fmt/
Dformat-inl.h210 template <typename Char> FMT_FUNC Char decimal_point_impl(locale_ref loc) { in decimal_point_impl() function
225 FMT_FUNC Char internal::decimal_point_impl(locale_ref) { in decimal_point_impl() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/external/fmtlib/include/fmt/
Dformat.h1017 template <typename Char> FMT_API Char decimal_point_impl(locale_ref loc);
1019 return Char(decimal_point_impl<char>(loc));
1022 return decimal_point_impl<wchar_t>(loc);
3789 extern template FMT_API char decimal_point_impl(locale_ref loc);
3790 extern template FMT_API wchar_t decimal_point_impl(locale_ref loc);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/fmtlib/include/fmt/
Dformat.h1017 template <typename Char> FMT_API Char decimal_point_impl(locale_ref loc);
1019 return Char(decimal_point_impl<char>(loc));
1022 return decimal_point_impl<wchar_t>(loc);
3789 extern template FMT_API char decimal_point_impl(locale_ref loc);
3790 extern template FMT_API wchar_t decimal_point_impl(locale_ref loc);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/fmtlib/include/fmt/
Dformat.h1017 template <typename Char> FMT_API Char decimal_point_impl(locale_ref loc);
1019 return Char(decimal_point_impl<char>(loc));
1022 return decimal_point_impl<wchar_t>(loc);
3789 extern template FMT_API char decimal_point_impl(locale_ref loc);
3790 extern template FMT_API wchar_t decimal_point_impl(locale_ref loc);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/fmtlib/include/fmt/
Dformat.h1017 template <typename Char> FMT_API Char decimal_point_impl(locale_ref loc);
1019 return Char(decimal_point_impl<char>(loc));
1022 return decimal_point_impl<wchar_t>(loc);
3789 extern template FMT_API char decimal_point_impl(locale_ref loc);
3790 extern template FMT_API wchar_t decimal_point_impl(locale_ref loc);
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/external/fmtlib/include/fmt/
Dformat.h1017 template <typename Char> FMT_API Char decimal_point_impl(locale_ref loc);
1019 return Char(decimal_point_impl<char>(loc));
1022 return decimal_point_impl<wchar_t>(loc);
3789 extern template FMT_API char decimal_point_impl(locale_ref loc);
3790 extern template FMT_API wchar_t decimal_point_impl(locale_ref loc);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/fmtlib/include/fmt/
Dformat.h1017 template <typename Char> FMT_API Char decimal_point_impl(locale_ref loc);
1019 return Char(decimal_point_impl<char>(loc));
1022 return decimal_point_impl<wchar_t>(loc);
3789 extern template FMT_API char decimal_point_impl(locale_ref loc);
3790 extern template FMT_API wchar_t decimal_point_impl(locale_ref loc);
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/external/fmtlib/include/fmt/
Dformat.h1017 template <typename Char> FMT_API Char decimal_point_impl(locale_ref loc);
1019 return Char(decimal_point_impl<char>(loc));
1022 return decimal_point_impl<wchar_t>(loc);
3789 extern template FMT_API char decimal_point_impl(locale_ref loc);
3790 extern template FMT_API wchar_t decimal_point_impl(locale_ref loc);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/fmtlib/include/fmt/
Dformat.h1017 template <typename Char> FMT_API Char decimal_point_impl(locale_ref loc);
1019 return Char(decimal_point_impl<char>(loc));
1022 return decimal_point_impl<wchar_t>(loc);
3789 extern template FMT_API char decimal_point_impl(locale_ref loc);
3790 extern template FMT_API wchar_t decimal_point_impl(locale_ref loc);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/fmtlib/include/fmt/
Dformat.h1017 template <typename Char> FMT_API Char decimal_point_impl(locale_ref loc);
1019 return Char(decimal_point_impl<char>(loc));
1022 return decimal_point_impl<wchar_t>(loc);
3789 extern template FMT_API char decimal_point_impl(locale_ref loc);
3790 extern template FMT_API wchar_t decimal_point_impl(locale_ref loc);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/fmtlib/include/fmt/
Dformat.h1017 template <typename Char> FMT_API Char decimal_point_impl(locale_ref loc);
1019 return Char(decimal_point_impl<char>(loc));
1022 return decimal_point_impl<wchar_t>(loc);
3789 extern template FMT_API char decimal_point_impl(locale_ref loc);
3790 extern template FMT_API wchar_t decimal_point_impl(locale_ref loc);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/fmtlib/include/fmt/
Dformat.h1017 template <typename Char> FMT_API Char decimal_point_impl(locale_ref loc);
1019 return Char(decimal_point_impl<char>(loc));
1022 return decimal_point_impl<wchar_t>(loc);
3789 extern template FMT_API char decimal_point_impl(locale_ref loc);
3790 extern template FMT_API wchar_t decimal_point_impl(locale_ref loc);
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/external/fmtlib/include/fmt/
Dformat.h1017 template <typename Char> FMT_API Char decimal_point_impl(locale_ref loc);
1019 return Char(decimal_point_impl<char>(loc));
1022 return decimal_point_impl<wchar_t>(loc);
3789 extern template FMT_API char decimal_point_impl(locale_ref loc);
3790 extern template FMT_API wchar_t decimal_point_impl(locale_ref loc);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/fmtlib/include/fmt/
Dformat.h1017 template <typename Char> FMT_API Char decimal_point_impl(locale_ref loc);
1019 return Char(decimal_point_impl<char>(loc));
1022 return decimal_point_impl<wchar_t>(loc);
3789 extern template FMT_API char decimal_point_impl(locale_ref loc);
3790 extern template FMT_API wchar_t decimal_point_impl(locale_ref loc);

1234