Searched refs:_GetFacetId (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _locale.h | 326 inline locale::id& _GetFacetId(const _Facet*) in _GetFacetId() function 329 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<char, istreambuf_iterator<char, c… 330 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<char, ostreambuf_iterator<char, c… 331 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<char, istreambuf_iterator<char, cha… 332 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_put<char, ostreambuf_iterator<char, cha… 333 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_get<char, istreambuf_iterator<char, ch… 334 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_put<char, ostreambuf_iterator<char, ch… 337 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<wchar_t, istreambuf_iterator<wcha… 338 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<wchar_t, ostreambuf_iterator<wcha… 339 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<wchar_t, istreambuf_iterator<wchar_… [all …]
|
/ndk/sources/cxx-stl/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 …]
|
/ndk/tests/device/test-gnustl-full/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
|
/ndk/tests/device/test-stlport/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
|