Searched refs:PRInt8 (Results 1 – 2 of 2) sorted by relevance
59 typedef int8_t PRInt8; typedef159 PRInt8 tm_wday; /* calculated day of the week
121 static const PRInt8 nDays[2][12] = {1083 result->tm_wday = static_cast<PRInt8>(((int)dotw) - ((int)TT_SUN)); in PR_ParseTimeString()