HomeSort by: relevance | last modified time | path
    Searched defs:__cloc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
localename.cc 204 __c_locale __cloc; local
205 locale::facet::_S_create_c_locale(__cloc, __s);
206 __c_locale __clocm = __cloc;
253 __clocm = locale::facet::_S_lc_ctype_c_locale(__cloc,
259 _M_init_facet(new std::ctype<char>(__cloc, 0, false));
260 _M_init_facet(new codecvt<char, char, mbstate_t>(__cloc));
261 _M_init_facet(new numpunct<char>(__cloc));
264 _M_init_facet(new std::collate<char>(__cloc));
265 _M_init_facet(new moneypunct<char, false>(__cloc, 0));
266 _M_init_facet(new moneypunct<char, true>(__cloc, 0))
    [all...]
cow-locale_init.cc 144 auto& __cloc = *static_cast<__c_locale*>(cloc); local
146 _M_init_facet_unchecked(new numpunct<char>(__cloc));
147 _M_init_facet_unchecked(new std::collate<char>(__cloc));
148 _M_init_facet_unchecked(new moneypunct<char, false>(__cloc, 0));
149 _M_init_facet_unchecked(new moneypunct<char, true>(__cloc, 0));
153 _M_init_facet_unchecked(new std::messages<char>(__cloc, __s));
158 _M_init_facet_unchecked(new numpunct<wchar_t>(__cloc));
159 _M_init_facet_unchecked(new std::collate<wchar_t>(__cloc));
165 _M_init_facet_unchecked(new std::messages<wchar_t>(__cloc, __s));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
localename.cc 197 __c_locale __cloc; local
198 locale::facet::_S_create_c_locale(__cloc, __s);
199 __c_locale __clocm = __cloc;
246 __clocm = locale::facet::_S_lc_ctype_c_locale(__cloc,
252 _M_init_facet(new std::ctype<char>(__cloc, 0, false));
253 _M_init_facet(new codecvt<char, char, mbstate_t>(__cloc));
254 _M_init_facet(new numpunct<char>(__cloc));
257 _M_init_facet(new std::collate<char>(__cloc));
258 _M_init_facet(new moneypunct<char, false>(__cloc, 0));
259 _M_init_facet(new moneypunct<char, true>(__cloc, 0))
    [all...]
  /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
xlocale.h 234 __cloc = newlocale(LC_ALL_MASK, "C", /* base */ (locale_t)0);
235 __stored = uselocale(__cloc);
243 if (__cloc)
244 freelocale(__cloc);
249 locale_t __cloc = (locale_t)0; member in struct:__anon3624::__setAndRestore
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
cow-locale_init.cc 143 auto& __cloc = *static_cast<__c_locale*>(cloc); local
145 _M_init_facet_unchecked(new numpunct<char>(__cloc));
146 _M_init_facet_unchecked(new std::collate<char>(__cloc));
147 _M_init_facet_unchecked(new moneypunct<char, false>(__cloc, 0));
148 _M_init_facet_unchecked(new moneypunct<char, true>(__cloc, 0));
152 _M_init_facet_unchecked(new std::messages<char>(__cloc, __s));
157 _M_init_facet_unchecked(new numpunct<wchar_t>(__cloc));
158 _M_init_facet_unchecked(new std::collate<wchar_t>(__cloc));
164 _M_init_facet_unchecked(new std::messages<wchar_t>(__cloc, __s));
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 68 locale_t __cloc() { function

Completed in 27 milliseconds