HomeSort by relevance Sort by last modified time
    Searched refs:__loc (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 137 locale __loc = __str.getloc(); local
138 const _Punct& __punct = use_facet<_Punct>(__loc) ;
139 const _Punct_intl& __punct_intl = use_facet<_Punct_intl>(__loc) ;
140 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ;
325 locale __loc = __str.getloc(); local
326 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ;
327 const _Punct& __punct = use_facet<_Punct>(__loc) ;
328 const _Punct_intl& __punct_intl = use_facet<_Punct_intl>(__loc) ;
_streambuf.c 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) {
46 this->imbue(__loc);
48 _M_locale = __loc;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 400 imbue(const locale& __loc);
465 _M_cache_locale(const locale& __loc);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_collate.h 162 __locale_do_operator_call (const locale& __loc,
165 collate<_CharT> const& __coll = use_facet<collate<_CharT> >(__loc);
_iosfwd.h 89 const locale& __loc; member in struct:_Use_facet
90 _Use_facet(const locale& __p_loc) : __loc(__p_loc) {}
_monetary.c 137 locale __loc = __str.getloc(); local
138 const _Punct& __punct = use_facet<_Punct>(__loc) ;
139 const _Punct_intl& __punct_intl = use_facet<_Punct_intl>(__loc) ;
140 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ;
325 locale __loc = __str.getloc(); local
326 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ;
327 const _Punct& __punct = use_facet<_Punct>(__loc) ;
328 const _Punct_intl& __punct_intl = use_facet<_Punct_intl>(__loc) ;
_streambuf.c 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) {
46 this->imbue(__loc);
48 _M_locale = __loc;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_ios.h 400 imbue(const locale& __loc);
465 _M_cache_locale(const locale& __loc);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 402 imbue(const locale& __loc);
467 _M_cache_locale(const locale& __loc);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 392 * @param __loc The new locale.
402 imbue(const locale& __loc);
467 _M_cache_locale(const locale& __loc);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_collate.h 162 __locale_do_operator_call (const locale& __loc,
165 collate<_CharT> const& __coll = use_facet<collate<_CharT> >(__loc);
_iosfwd.h 89 const locale& __loc; member in struct:_Use_facet
90 _Use_facet(const locale& __p_loc) : __loc(__p_loc) {}
_monetary.c 137 locale __loc = __str.getloc(); local
138 const _Punct& __punct = use_facet<_Punct>(__loc) ;
139 const _Punct_intl& __punct_intl = use_facet<_Punct_intl>(__loc) ;
140 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ;
325 locale __loc = __str.getloc(); local
326 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ;
327 const _Punct& __punct = use_facet<_Punct>(__loc) ;
328 const _Punct_intl& __punct_intl = use_facet<_Punct_intl>(__loc) ;
_streambuf.c 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) {
46 this->imbue(__loc);
48 _M_locale = __loc;
  /external/stlport/src/
message_facets.h 124 catalog do_open(const string& __fn, const locale& __loc) const;
  /ndk/sources/cxx-stl/stlport/src/
message_facets.h 124 catalog do_open(const string& __fn, const locale& __loc) const;
  /external/stlport/stlport/stl/
_streambuf.c 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) {
46 this->imbue(__loc);
48 _M_locale = __loc;
_fstream.c 413 void basic_filebuf<_CharT, _Traits>::imbue(const locale& __loc) {
415 this->_M_setup_codecvt(__loc);
735 void basic_filebuf<_CharT, _Traits>::_M_setup_codecvt(const locale& __loc, bool __on_imbue) {
736 if (has_facet<_Codecvt>(__loc)) {
737 _M_codecvt = &use_facet<_Codecvt>(__loc) ;
751 use_facet<_Codecvt>(__loc);
_num_get.c 249 locale __loc = __str.getloc(); local
250 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
273 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
429 locale __loc = __str.getloc(); local
430 const ctype<_CharT> &__ctype = use_facet<ctype<_CharT> >(__loc);
431 const numpunct<_CharT> &__numpunct = use_facet<numpunct<_CharT> >(__loc);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) {
46 this->imbue(__loc);
48 _M_locale = __loc;
_fstream.c 413 void basic_filebuf<_CharT, _Traits>::imbue(const locale& __loc) {
415 this->_M_setup_codecvt(__loc);
735 void basic_filebuf<_CharT, _Traits>::_M_setup_codecvt(const locale& __loc, bool __on_imbue) {
736 if (has_facet<_Codecvt>(__loc)) {
737 _M_codecvt = &use_facet<_Codecvt>(__loc) ;
751 use_facet<_Codecvt>(__loc);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) {
46 this->imbue(__loc);
48 _M_locale = __loc;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 242 __locale_t __loc) __THROW __nonnull ((1, 4)) __wur;
246 int __base, __locale_t __loc)
252 __locale_t __loc)
258 int __base, __locale_t __loc)
262 char **__restrict __endptr, __locale_t __loc)
266 char **__restrict __endptr, __locale_t __loc)
271 __locale_t __loc)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 242 __locale_t __loc) __THROW __nonnull ((1, 4)) __wur;
246 int __base, __locale_t __loc)
252 __locale_t __loc)
258 int __base, __locale_t __loc)
262 char **__restrict __endptr, __locale_t __loc)
266 char **__restrict __endptr, __locale_t __loc)
271 __locale_t __loc)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 242 __locale_t __loc) __THROW __nonnull ((1, 4)) __wur;
246 int __base, __locale_t __loc)
252 __locale_t __loc)
258 int __base, __locale_t __loc)
262 char **__restrict __endptr, __locale_t __loc)
266 char **__restrict __endptr, __locale_t __loc)
271 __locale_t __loc)

Completed in 183 milliseconds

1 2 34 5 6 7