HomeSort by relevance Sort by last modified time
    Searched refs:use_facet (Results 151 - 175 of 279) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.c 76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
  /ndk/tests/device/test-gnustl-full/unit/
time_facets_test.cpp 30 const time_put_facet& tmp = use_facet<time_put_facet>(loc);
50 const time_get_facet& tmg = use_facet<time_get_facet>(loc);
112 const time_put_facet& tmp = use_facet<time_put_facet>(loc);
132 const time_get_facet& tmg = use_facet<time_get_facet>(loc);
  /ndk/tests/device/test-stlport/unit/
time_facets_test.cpp 30 const time_put_facet& tmp = use_facet<time_put_facet>(loc);
50 const time_get_facet& tmg = use_facet<time_get_facet>(loc);
112 const time_put_facet& tmp = use_facet<time_put_facet>(loc);
132 const time_get_facet& tmg = use_facet<time_get_facet>(loc);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
localefwd.h 57 use_facet(const locale&);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
localefwd.h 65 use_facet(const locale&);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
localefwd.h 65 use_facet(const locale&);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 57 use_facet(const locale&);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios.c 76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 57 use_facet(const locale&);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios.c 76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 57 use_facet(const locale&);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios.c 76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
localefwd.h 57 use_facet(const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 65 use_facet(const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 65 use_facet(const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios.c 76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios.c 76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 65 use_facet(const locale&);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 65 use_facet(const locale&);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
localefwd.h 63 use_facet(const locale&);
  /external/stlport/src/
messages.cpp 40 wctype const& wct = use_facet<wctype>(L);
152 const wctype& ct = use_facet<wctype>(_M_map->lookup(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat]));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
scan_is.pass.cpp 31 const F& f = std::use_facet<F>(l);
52 const F& f = std::use_facet<F>(l);
scan_not.pass.cpp 31 const F& f = std::use_facet<F>(l);
52 const F& f = std::use_facet<F>(l);
  /ndk/sources/cxx-stl/stlport/src/
messages.cpp 40 wctype const& wct = use_facet<wctype>(L);
152 const wctype& ct = use_facet<wctype>(_M_map->lookup(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat]));
  /external/stlport/stlport/stl/
_num_get.c 250 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
273 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
430 const ctype<_CharT> &__ctype = use_facet<ctype<_CharT> >(__loc);
431 const numpunct<_CharT> &__numpunct = use_facet<numpunct<_CharT> >(__loc);
451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc());

Completed in 7780 milliseconds

1 2 3 4 5 67 8 91011>>