Searched refs:kSecondsPer400Years (Results 1 – 1 of 1) sorted by relevance
16 static const int64 kSecondsPer400Years = variable98 result += kSecondsPer400Years * count_400years; in SecondsSinceCommonEra()218 if (seconds >= kSecondsPer400Years) { in SecondsToDateTime()219 int count_400years = seconds / kSecondsPer400Years; in SecondsToDateTime()221 seconds %= kSecondsPer400Years; in SecondsToDateTime()