Home
last modified time | relevance | path

Searched refs:PRInt8 (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/third_party/nspr/
Dprtime.h59 typedef int8_t PRInt8; typedef
159 PRInt8 tm_wday; /* calculated day of the week
Dprtime.cc121 static const PRInt8 nDays[2][12] = {
1083 result->tm_wday = static_cast<PRInt8>(((int)dotw) - ((int)TT_SUN)); in PR_ParseTimeString()