HomeSort by relevance Sort by last modified time
    Searched refs:_M_monthname (Results 1 - 16 of 16) sorted by null

  /external/stlport/src/
time_facets.cpp 80 table._M_monthname[i] = default_monthname[i];
92 table._M_monthname[i] = default_wmonthname[i];
121 table._M_monthname[i] = _Locale_abbrev_monthname(time, i);
123 table._M_monthname[i+12] = _Locale_full_monthname(time, i);
138 table._M_monthname[i] = _WLocale_abbrev_monthname(time, i, _STLP_ARRAY_AND_SIZE(buf));
140 table._M_monthname[i+12] = _WLocale_full_monthname(time, i, _STLP_ARRAY_AND_SIZE(buf));
230 __append(buf, table._M_monthname[t->tm_mon]);
234 __append(buf, table._M_monthname[t->tm_mon + 12]);
338 __append(buf, table._M_monthname[t->tm_mon]);
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 80 table._M_monthname[i] = default_monthname[i];
92 table._M_monthname[i] = default_wmonthname[i];
121 table._M_monthname[i] = _Locale_abbrev_monthname(time, i);
123 table._M_monthname[i+12] = _Locale_full_monthname(time, i);
138 table._M_monthname[i] = _WLocale_abbrev_monthname(time, i, _STLP_ARRAY_AND_SIZE(buf));
140 table._M_monthname[i+12] = _WLocale_full_monthname(time, i, _STLP_ARRAY_AND_SIZE(buf));
230 __append(buf, table._M_monthname[t->tm_mon]);
234 __append(buf, table._M_monthname[t->tm_mon + 12]);
338 __append(buf, table._M_monthname[t->tm_mon]);
  /external/stlport/stlport/stl/
_time_facets.c 183 __table._M_monthname + offset, __table._M_monthname + offset + 12);
293 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24);
_time_facets.h 75 string _M_monthname[24];
83 wstring _M_monthname[24];
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 183 __table._M_monthname + offset, __table._M_monthname + offset + 12);
293 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24);
_time_facets.h 75 string _M_monthname[24];
83 wstring _M_monthname[24];
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 183 __table._M_monthname + offset, __table._M_monthname + offset + 12);
293 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24);
_time_facets.h 75 string _M_monthname[24];
83 wstring _M_monthname[24];
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 183 __table._M_monthname + offset, __table._M_monthname + offset + 12);
293 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24);
_time_facets.h 75 string _M_monthname[24];
83 wstring _M_monthname[24];
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 183 __table._M_monthname + offset, __table._M_monthname + offset + 12);
293 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24);
_time_facets.h 75 string _M_monthname[24];
83 wstring _M_monthname[24];
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 183 __table._M_monthname + offset, __table._M_monthname + offset + 12);
293 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24);
_time_facets.h 75 string _M_monthname[24];
83 wstring _M_monthname[24];
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_time_facets.c 183 __table._M_monthname + offset, __table._M_monthname + offset + 12);
293 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24);
_time_facets.h 75 string _M_monthname[24];
83 wstring _M_monthname[24];

Completed in 1239 milliseconds