Searched refs:_GetFacetId (Results 1 – 4 of 4) sorted by relevance
/external/stlport/stlport/stl/ |
D | _locale.h | 324 inline locale::id& _GetFacetId(const _Facet*) in _GetFacetId() function 327 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<char, istreambuf_iterator<char, c… 328 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<char, ostreambuf_iterator<char, c… 329 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<char, istreambuf_iterator<char, cha… 330 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_put<char, ostreambuf_iterator<char, cha… 331 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_get<char, istreambuf_iterator<char, ch… 332 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_put<char, ostreambuf_iterator<char, ch… 335 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<wchar_t, istreambuf_iterator<wcha… 336 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<wchar_t, ostreambuf_iterator<wcha… 337 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<wchar_t, istreambuf_iterator<wchar_… [all …]
|
/external/stlport/src/ |
D | locale_impl.cpp | 726 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<char, istreambuf_iterator<char, c… in _GetFacetId() function 728 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<char, ostreambuf_iterator<char, c… in _GetFacetId() function 731 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<wchar_t, istreambuf_iterator<wcha… in _GetFacetId() function 733 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<wchar_t, ostreambuf_iterator<wcha… in _GetFacetId() function 737 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<char, istreambuf_iterator<char, cha… in _GetFacetId() function 740 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<wchar_t, istreambuf_iterator<wchar_… in _GetFacetId() function 744 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_put<char, ostreambuf_iterator<char, cha… in _GetFacetId() function 747 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_put<wchar_t, ostreambuf_iterator<wchar_… in _GetFacetId() function 751 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_get<char, istreambuf_iterator<char, ch… in _GetFacetId() function 753 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_put<char, ostreambuf_iterator<char, ch… in _GetFacetId() function [all …]
|
/external/stlport/test/unit/ |
D | codecvt_test.cpp | 138 locale::id& _GetFacetId(const eater_codecvt*) in _GetFacetId() function 282 locale::id& _GetFacetId(const generator_codecvt*) in _GetFacetId() function
|
/external/stlport/etc/ |
D | ChangeLog | 1106 _GetFacetId other workaround it should now be useless. There 1537 _time_facets.h, _locale.h: Fix _GetFacetId workaround for compilers 1540 _GetFacetId calls in has_facet or use_facets template functions. 2341 time_facets.cpp: Moved all _GetFacetId implementations in 2430 * stlport/stl/_locale.h: Introduction of the _GetFacetId function 2438 Add _GetFacetId overloads for money_get, money_put, num_get, num_put, 2445 _GetFacetId implementation. 2447 * stlport/stl/_collate.h: Use _GetFacetId in __locale_do_operator_call
|