OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__wimon
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
locale_impl.cpp
482
_Locale_monetary *
__wimon
= _STLP_PRIV __acquire_monetary(name, buf, hint, &__err_code);
local
483
if (!
__wimon
) {
492
wipunct = new moneypunct_byname<wchar_t, true>(
__wimon
);
494
_STLP_UNWIND(_STLP_PRIV __release_monetary(
__wimon
); delete wpunct);
/ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp
482
_Locale_monetary *
__wimon
= _STLP_PRIV __acquire_monetary(name, buf, hint, &__err_code);
local
483
if (!
__wimon
) {
492
wipunct = new moneypunct_byname<wchar_t, true>(
__wimon
);
494
_STLP_UNWIND(_STLP_PRIV __release_monetary(
__wimon
); delete wpunct);
Completed in 1084 milliseconds