Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/locale/
Dlocaleconv.c39 .mon_thousands_sep = "", in localeconv()
/ndk/sources/android/support/include/
Dlocale.h82 char* mon_thousands_sep; member
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp5813 if (*lc->mon_thousands_sep) in init()
5814 __thousands_sep_ = *lc->mon_thousands_sep; in init()
5861 if (*lc->mon_thousands_sep) in init()
5862 __thousands_sep_ = *lc->mon_thousands_sep; in init()
5926 if (*lc->mon_thousands_sep) in init()
5927 __thousands_sep_ = static_cast<wchar_t>(*lc->mon_thousands_sep); in init()
6009 if (*lc->mon_thousands_sep) in init()
6010 __thousands_sep_ = static_cast<wchar_t>(*lc->mon_thousands_sep); in init()