OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mon_lengths
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/tzcode/
localtime.c
646
static const int
mon_lengths
[2][MONSPERYEAR] = {
variable
906
mon_lengths
[leapyear][rulep->r_mon - 1])
916
value +=
mon_lengths
[leapyear][i] * SECSPERDAY;
[
all
...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c
603
static const int
mon_lengths
[2][MONSPERYEAR] = {
variable
856
value +=
mon_lengths
[leapyear][i] * SECSPERDAY;
881
mon_lengths
[leapyear][rulep->r_mon - 1])
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
localtime.c
603
static const int
mon_lengths
[2][MONSPERYEAR] = {
variable
856
value +=
mon_lengths
[leapyear][i] * SECSPERDAY;
881
mon_lengths
[leapyear][rulep->r_mon - 1])
[
all
...]
Completed in 45 milliseconds