Searched refs:__acquire_numeric (Results 1 – 4 of 4) sorted by relevance
/external/stlport/src/ |
D | acquire_release.h | 29 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint…
|
D | locale_impl.cpp | 253 _Locale_numeric *__lpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code); in insert_numeric_facets() 266 _Locale_numeric *__lwpunct = _STLP_PRIV __acquire_numeric(name, buf, hint, &__err_code); in insert_numeric_facets()
|
D | locale_catalog.cpp | 246 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint… in __acquire_numeric() function
|
D | facets_byname.cpp | 437 _M_numeric = _STLP_PRIV __acquire_numeric(name, buf, 0, &__err_code); in numpunct_byname() 478 _M_numeric = _STLP_PRIV __acquire_numeric(name, buf, 0, &__err_code); in numpunct_byname()
|