Home
last modified time | relevance | path

Searched refs:mon_decimal_point (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/support/src/locale/
Dlocaleconv.c38 .mon_decimal_point = "", in localeconv()
/ndk/sources/android/support/include/
Dlocale.h105 char* mon_decimal_point; member
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp5936 if (*lc->mon_decimal_point) in init()
5937 __decimal_point_ = *lc->mon_decimal_point; in init()
5989 if (*lc->mon_decimal_point) in init()
5990 __decimal_point_ = *lc->mon_decimal_point; in init()
6059 if (*lc->mon_decimal_point) in init()
6060 __decimal_point_ = static_cast<wchar_t>(*lc->mon_decimal_point); in init()
6147 if (*lc->mon_decimal_point) in init()
6148 __decimal_point_ = static_cast<wchar_t>(*lc->mon_decimal_point); in init()