Home
last modified time | relevance | path

Searched refs:L2 (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dlock_free_slist.h241 je L2 // Yes, we're done in pop()
246 L2: in pop()
268 je L2 // Yes, we're done in clear()
273 L2: in clear()
Dlocale.cpp296 locale::locale(const locale& L1, const locale& L2, category c) in locale() argument
300 _Locale_impl* i2 = L2._M_impl; in locale()
302 if (L1.name() != _Nameless && L2.name() != _Nameless) in locale()
303 _Stl_loc_combine_names(impl, L1._M_impl->name.c_str(), L2._M_impl->name.c_str(), c); in locale()