Searched refs:__match (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _time_facets.c | 78 __match(_InIt& __first, _InIt& __last, _NameIt __name, _NameIt __name_end) { in __match() function 170 size_t __index = __match(__first, __last, in _STLP_WEAK() 181 size_t __index = __match(__first, __last, in _STLP_WEAK() 230 size_t __index = __match(__first, __last, in _STLP_WEAK() 281 size_t __index = __match(__first, __last, __table._M_dayname + 0, __table._M_dayname + 14); in __get_short_or_long_dayname() 292 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24); in __get_short_or_long_monthname()
|