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

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
65 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
68 void _InsertFacet(locale& __loc, _Facet* __facet);
155 _Facet *__facet = 0; local
156 if (!_STLP_PRIV _HasFacet(__loc, __facet))
159 return locale(*this, _STLP_PRIV _UseFacet(__loc, __facet));
253 _Facet *__facet = 0; local
254 if (!_STLP_PRIV _HasFacet(__loc, __facet))
257 return locale(*this, _STLP_PRIV _UseFacet(__loc, __facet));
295 _Facet *__facet = 0 local
309 _Facet *__facet = 0; variable
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_locale.h 62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
65 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
68 void _InsertFacet(locale& __loc, _Facet* __facet);
155 _Facet *__facet = 0; local
156 if (!_STLP_PRIV _HasFacet(__loc, __facet))
159 return locale(*this, _STLP_PRIV _UseFacet(__loc, __facet));
253 _Facet *__facet = 0; local
254 if (!_STLP_PRIV _HasFacet(__loc, __facet))
257 return locale(*this, _STLP_PRIV _UseFacet(__loc, __facet));
295 _Facet *__facet = 0 local
309 _Facet *__facet = 0; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 563 _M_init_facet(_Facet* __facet)
564 { _M_install_facet(&_Facet::id, __facet); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 563 _M_init_facet(_Facet* __facet)
564 { _M_install_facet(&_Facet::id, __facet); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.h 563 _M_init_facet(_Facet* __facet)
564 { _M_install_facet(&_Facet::id, __facet); }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_classes.h 563 _M_init_facet(_Facet* __facet)
564 { _M_install_facet(&_Facet::id, __facet); }

Completed in 657 milliseconds