HomeSort by relevance Sort by last modified time
    Searched defs:__match (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_time_facets.c 78 __match(_InIt& __first, _InIt& __last, _NameIt __name, _NameIt __name_end) { function
171 size_t __index = __match(__first, __last,
182 size_t __index = __match(__first, __last,
231 size_t __index = __match(__first, __last,
282 size_t __index = __match(__first, __last, __table._M_dayname + 0, __table._M_dayname + 14);
293 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24);
  /ndk/sources/android/stlport/stlport/stl/
_time_facets.c 78 __match(_InIt& __first, _InIt& __last, _NameIt __name, _NameIt __name_end) { function
171 size_t __index = __match(__first, __last,
182 size_t __index = __match(__first, __last,
231 size_t __index = __match(__first, __last,
282 size_t __index = __match(__first, __last, __table._M_dayname + 0, __table._M_dayname + 14);
293 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24);

Completed in 413 milliseconds