Home
last modified time | relevance | path

Searched refs:__tab (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dctype.cpp316 ctype<char>::ctype(const ctype_base::mask * __tab, bool __del, size_t __refs) : in ctype() argument
318 _M_ctype_table(__tab ? __tab : classic_table()), in ctype()
319 _M_delete(__tab && __del) in ctype()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ctype.h77 explicit ctype(const mask* __tab = 0, bool __del = false, size_t __refs = 0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__locale536 explicit ctype(const mask* __tab = 0, bool __del = false, size_t __refs = 0);