Searched defs:__index (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _time_facets.c | 170 size_t __index = __match(__first, __last, in _STLP_WEAK() local 181 size_t __index = __match(__first, __last, in _STLP_WEAK() local 230 size_t __index = __match(__first, __last, in _STLP_WEAK() local 281 size_t __index = __match(__first, __last, __table._M_dayname + 0, __table._M_dayname + 14); in __get_short_or_long_dayname() local 292 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24); in __get_short_or_long_monthname() local
|
D | _deque.c | 210 difference_type __index = __pos - this->_M_start; in _M_erase() local 247 difference_type __index = __pos - this->_M_start; in _M_erase() local
|
D | _num_get.c | 51 __get_digit_from_table(unsigned __index) in __get_digit_from_table()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_get.cpp | 54 _STLP_DECLSPEC unsigned char _STLP_CALL __digit_val_table(unsigned __index) { in __digit_val_table()
|