HomeSort by relevance Sort by last modified time
    Searched defs:wcol (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
locale_impl.cpp 364 locale::facet *wcol = 0; local
392 wcol = new collate_byname<wchar_t>(__wcoll);
400 if (wcol) this->insert(wcol, collate<wchar_t>::id);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
locale_impl.cpp 364 locale::facet *wcol = 0; local
392 wcol = new collate_byname<wchar_t>(__wcoll);
400 if (wcol) this->insert(wcol, collate<wchar_t>::id);

Completed in 174 milliseconds