/external/stlport/src/ |
locale_impl.cpp | 75 : _Refcount_Base(0), name(s), facets_vec() { 76 facets_vec.reserve( locale::id::_S_max ); 81 : _Refcount_Base(0), name(locimpl.name), facets_vec() { 82 for_each( locimpl.facets_vec.begin(), locimpl.facets_vec.end(), _get_facet); 83 facets_vec = locimpl.facets_vec; 88 : _Refcount_Base(0), name(s), facets_vec(n, 0) { 94 for_each( facets_vec.begin(), facets_vec.end(), _release_facet) [all...] |
locale_impl.h | 70 size_t size() const { return facets_vec.size(); } 112 vector<locale::facet*> facets_vec; member in class:_Locale_impl
|
locale.cpp | 379 return n._M_index < _M_impl->size() ? _M_impl->facets_vec[n._M_index] : 0; 383 locale::facet* f = (n._M_index < _M_impl->size() ? _M_impl->facets_vec[n._M_index] : 0);
|
/ndk/sources/cxx-stl/stlport/src/ |
locale_impl.cpp | 75 : _Refcount_Base(0), name(s), facets_vec() { 76 facets_vec.reserve( locale::id::_S_max ); 81 : _Refcount_Base(0), name(locimpl.name), facets_vec() { 82 for_each( locimpl.facets_vec.begin(), locimpl.facets_vec.end(), _get_facet); 83 facets_vec = locimpl.facets_vec; 88 : _Refcount_Base(0), name(s), facets_vec(n, 0) { 94 for_each( facets_vec.begin(), facets_vec.end(), _release_facet) [all...] |
locale_impl.h | 70 size_t size() const { return facets_vec.size(); } 112 vector<locale::facet*> facets_vec; member in class:_Locale_impl
|
locale.cpp | 379 return n._M_index < _M_impl->size() ? _M_impl->facets_vec[n._M_index] : 0; 383 locale::facet* f = (n._M_index < _M_impl->size() ? _M_impl->facets_vec[n._M_index] : 0);
|