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.h105 char* mon_thousands_sep; member
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp5940 if (*lc->mon_thousands_sep) in init()
5941 __thousands_sep_ = *lc->mon_thousands_sep; in init()
5993 if (*lc->mon_thousands_sep) in init()
5994 __thousands_sep_ = *lc->mon_thousands_sep; in init()
6063 if (*lc->mon_thousands_sep) in init()
6064 __thousands_sep_ = static_cast<wchar_t>(*lc->mon_thousands_sep); in init()
6151 if (*lc->mon_thousands_sep) in init()
6152 __thousands_sep_ = static_cast<wchar_t>(*lc->mon_thousands_sep); in init()