Home
last modified time | relevance | path

Searched defs:decimal_point (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_numpunct.h56 char decimal_point() const { return do_decimal_point(); } in decimal_point() function
85 wchar_t decimal_point() const { return do_decimal_point(); } in decimal_point() function
D_monetary.h92 char decimal_point() const { return do_decimal_point(); } in decimal_point() function
132 char decimal_point() const { return do_decimal_point(); } in decimal_point() function
173 wchar_t decimal_point() const { return do_decimal_point(); } in decimal_point() function
212 wchar_t decimal_point() const { return do_decimal_point(); } in decimal_point() function
/ndk/tests/device/test-gnustl-full/unit/
Dnum_facets_test.cpp16 const char *decimal_point; member
/ndk/tests/device/test-stlport/unit/
Dnum_facets_test.cpp16 const char *decimal_point; member
/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp649 unsigned Negate, decimal_point; in _Stl_string_to_double() local
754 unsigned decimal_point; in _Stl_string_to_doubleT() local
/ndk/sources/android/support/include/
Dlocale.h99 char* decimal_point; /* Decimal point character */ member
/ndk/sources/android/support/src/stdio/
Dstrtod.c1603 CONST char decimal_point = '.'; local
1606 CONST char decimal_point = localeconv()->decimal_point[0]; local
1608 CONST char decimal_point = '.'; local
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c192 char decimal_point[4]; member
221 char decimal_point[4]; member
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp999 CharT const decimal_point = np.decimal_point(); in lcast_ret_float() local