OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:march1
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
gregoimp.cpp
125
int32_t
march1
= isLeap ? 60 : 59; // zero-based DOY for March 1
local
126
if (doy >=
march1
) {
gregocal.cpp
405
int32_t
march1
= isLeap ? 60 : 59; // zero-based DOY for March 1
local
406
if (dayOfYear >=
march1
) {
[
all
...]
Completed in 149 milliseconds