Home
last modified time | relevance | path

Searched defs:__index (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_time_facets.c170 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.c210 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.c51 __get_digit_from_table(unsigned __index) in __get_digit_from_table()
/ndk/sources/cxx-stl/stlport/src/
Dnum_get.cpp54 _STLP_DECLSPEC unsigned char _STLP_CALL __digit_val_table(unsigned __index) { in __digit_val_table()