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

  /external/stlport/src/
time_facets.cpp 203 #define __hour12(hour) \ macro
258 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)__hour12(t->tm_hour));
259 __append(buf, _buf, ((long)__hour12(t->tm_hour) < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct);
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 203 #define __hour12(hour) \ macro
258 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)__hour12(t->tm_hour));
259 __append(buf, _buf, ((long)__hour12(t->tm_hour) < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct);

Completed in 193 milliseconds