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

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

Completed in 31 milliseconds