Searched refs:__lpunct (Results 1 - 1 of 1) sorted by relevance

/external/stlport/src/
H A Dlocale_impl.cpp253 _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 329 milliseconds