Home
last modified time | relevance | path

Searched defs:do_thousands_sep (Results 1 – 4 of 4) sorted by relevance

/external/stlport/src/
Dnumpunct.cpp27 char numpunct<char>::do_thousands_sep() const { return ','; } in do_thousands_sep() function in numpunct
35 wchar_t numpunct<wchar_t>::do_thousands_sep() const { return L','; } in do_thousands_sep() function in numpunct
Dmonetary.cpp53 char moneypunct<char, true>::do_thousands_sep() const {return ' ';} in do_thousands_sep() function in moneypunct
67 char moneypunct<char, false>::do_thousands_sep() const {return ' ';} in do_thousands_sep() function in moneypunct
83 wchar_t moneypunct<wchar_t, true>::do_thousands_sep() const {return L' ';} in do_thousands_sep() function in moneypunct
103 wchar_t moneypunct<wchar_t, false>::do_thousands_sep() const {return L' ';} in do_thousands_sep() function in moneypunct
Dfacets_byname.cpp448 char numpunct_byname<char>::do_thousands_sep() const in do_thousands_sep() function in numpunct_byname
489 wchar_t numpunct_byname<wchar_t>::do_thousands_sep() const in do_thousands_sep() function in numpunct_byname
887 char moneypunct_byname<char, true>::do_thousands_sep() const in do_thousands_sep() function in moneypunct_byname
931 char moneypunct_byname<char, false>::do_thousands_sep() const in do_thousands_sep() function in moneypunct_byname
980 wchar_t moneypunct_byname<wchar_t, true>::do_thousands_sep() const in do_thousands_sep() function in moneypunct_byname
1036 wchar_t moneypunct_byname<wchar_t, false>::do_thousands_sep() const in do_thousands_sep() function in moneypunct_byname
/external/stlport/test/unit/
Dnum_put_get_test.cpp1226 char do_thousands_sep() const { return ','; } in do_thousands_sep() function in CommaSepNumPunct