HomeSort by relevance Sort by last modified time
    Searched defs:__facet (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_locale.h 60 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
63 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
66 void _InsertFacet(locale& __loc, _Facet* __facet);
153 _Facet *__facet = 0; local
154 if (!_STLP_PRIV _HasFacet(__loc, __facet))
157 return locale(*this, _STLP_PRIV _UseFacet(__loc, __facet));
251 _Facet *__facet = 0; local
252 if (!_STLP_PRIV _HasFacet(__loc, __facet))
255 return locale(*this, _STLP_PRIV _UseFacet(__loc, __facet));
293 _Facet *__facet = 0 local
307 _Facet *__facet = 0; variable
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 60 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
63 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
66 void _InsertFacet(locale& __loc, _Facet* __facet);
153 _Facet *__facet = 0; local
154 if (!_STLP_PRIV _HasFacet(__loc, __facet))
157 return locale(*this, _STLP_PRIV _UseFacet(__loc, __facet));
251 _Facet *__facet = 0; local
252 if (!_STLP_PRIV _HasFacet(__loc, __facet))
255 return locale(*this, _STLP_PRIV _UseFacet(__loc, __facet));
293 _Facet *__facet = 0 local
307 _Facet *__facet = 0; variable
    [all...]

Completed in 116 milliseconds