OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__lct
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
locale_impl.cpp
170
_Locale_ctype *
__lct
= _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
local
171
if (!
__lct
) {
176
if (hint == 0) hint = _Locale_get_ctype_hint(
__lct
);
179
ct = new ctype_byname<char>(
__lct
);
181
_STLP_UNWIND(_STLP_PRIV __release_ctype(
__lct
));
/ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp
170
_Locale_ctype *
__lct
= _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
local
171
if (!
__lct
) {
176
if (hint == 0) hint = _Locale_get_ctype_hint(
__lct
);
179
ct = new ctype_byname<char>(
__lct
);
181
_STLP_UNWIND(_STLP_PRIV __release_ctype(
__lct
));
Completed in 389 milliseconds