Home
last modified time | relevance | path

Searched refs:_HasFacet (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_locale.h62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
156 if (!_STLP_PRIV _HasFacet(__loc, __facet)) in combine()
254 if (!_STLP_PRIV _HasFacet(__loc, __facet)) in combine()
310 return _STLP_PRIV _HasFacet(__loc, __facet);
346 inline bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW in _HasFacet() function