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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
locale_impl.cpp 434 locale::facet* wipunct = 0; local
492 wipunct = new moneypunct_byname<wchar_t, true>(__wimon);
505 if (wipunct) this->insert(wipunct, moneypunct<wchar_t, true>::id);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
locale_impl.cpp 434 locale::facet* wipunct = 0; local
492 wipunct = new moneypunct_byname<wchar_t, true>(__wimon);
505 if (wipunct) this->insert(wipunct, moneypunct<wchar_t, true>::id);

Completed in 49 milliseconds