Home
last modified time | relevance | path

Searched defs:__ct (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_time_facets.c153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); in _STLP_WEAK() local
428 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__f.getloc()); in do_put() local
D_num_put.c78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __put_float() local
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __get_money_digits_aux() local
196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); in __put_integer() local
D_num_get.c369 const ctype<_CharT> &__ct, const numpunct<_CharT> &__numpunct) { in __read_float()