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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
locale_impl.cpp 253 _Locale_numeric *__lpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code); local
254 if (!__lpunct) {
259 if (hint == 0) hint = _Locale_get_numeric_hint(__lpunct);
261 punct = new numpunct_byname<char>(__lpunct);
263 _STLP_UNWIND(_STLP_PRIV __release_numeric(__lpunct));
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
locale_impl.cpp 253 _Locale_numeric *__lpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code); local
254 if (!__lpunct) {
259 if (hint == 0) hint = _Locale_get_numeric_hint(__lpunct);
261 punct = new numpunct_byname<char>(__lpunct);
263 _STLP_UNWIND(_STLP_PRIV __release_numeric(__lpunct));

Completed in 486 milliseconds