Home
last modified time | relevance | path

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

/external/stlport/src/
Dctype.cpp43 ctype<char>::classic_table() _STLP_NOTHROW { in classic_table() function in ctype
318 _M_ctype_table(__tab ? __tab : classic_table()), in ctype()
395 const ctype_base::mask * table = ctype<char>::classic_table(); in do_is()
402 const ctype_base::mask * table = ctype<char>::classic_table(); in do_is()
414 return find_if(low, high, _Ctype_w_is_mask(m, ctype<char>::classic_table())); in do_scan_is()
421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table()))); in do_scan_not()
/external/stlport/stlport/stl/
D_ctype.h119 static const mask* _STLP_CALL classic_table() _STLP_NOTHROW;