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

  /external/stlport/src/
locale_impl.cpp 266 _Locale_numeric *__lwpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code); local
267 if (!__lwpunct) {
272 if (__lwpunct) {
274 wpunct = new numpunct_byname<wchar_t>(__lwpunct);
276 _STLP_UNWIND(_STLP_PRIV __release_numeric(__lwpunct); delete punct);
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp 266 _Locale_numeric *__lwpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code); local
267 if (!__lwpunct) {
272 if (__lwpunct) {
274 wpunct = new numpunct_byname<wchar_t>(__lwpunct);
276 _STLP_UNWIND(_STLP_PRIV __release_numeric(__lwpunct); delete punct);

Completed in 66 milliseconds