Home
last modified time | relevance | path

Searched refs:DIVISOR (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/tools/tzcode/
H A Dzdump.c902 #define DIVISOR 10 in dumptime() macro
903 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptime()
904 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + in dumptime()
905 trail / DIVISOR; in dumptime()
906 trail %= DIVISOR; in dumptime()
908 trail += DIVISOR; in dumptime()
911 trail -= DIVISOR; in dumptime()
988 trail = loc.tm_year % DIVISOR in dumptimeICU()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzdump.c908 #define DIVISOR 10 in dumptime() macro
909 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptime()
910 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + in dumptime()
911 trail / DIVISOR; in dumptime()
912 trail %= DIVISOR; in dumptime()
914 trail += DIVISOR; in dumptime()
917 trail -= DIVISOR; in dumptime()
994 trail = loc.tm_year % DIVISOR in dumptimeICU()
[all...]
/third_party/tzdata/
H A Dstrftime.c641 int DIVISOR = 100; in _yconv() local
642 trail = a % DIVISOR + b % DIVISOR; in _yconv()
643 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()
644 trail %= DIVISOR; in _yconv()
646 trail += DIVISOR; in _yconv()
649 trail -= DIVISOR; in _yconv()
H A Dzdump.c1237 int DIVISOR = 10; in dumptime() local
1253 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptime()
1254 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + in dumptime()
1255 trail / DIVISOR; in dumptime()
1256 trail %= DIVISOR; in dumptime()
1258 trail += DIVISOR; in dumptime()
1261 trail -= DIVISOR; in dumptime()

Completed in 5 milliseconds