Home
last modified time | relevance | path

Searched refs:mjd (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/data/locales/
Daf.txt119 one{"¤0 mjd"}
120 other{"¤0 mjd"}
123 one{"¤00 mjd"}
124 other{"¤00 mjd"}
127 one{"¤000 mjd"}
128 other{"¤000 mjd"}
169 one{"0 mjd"}
170 other{"0 mjd"}
173 one{"00 mjd"}
174 other{"00 mjd"}
[all …]
/external/mksh/src/
Dmain.c1861 mirtime_mjd mjd; in DF() local
1865 timet2mjd(&mjd, tv.tv_sec); in DF()
1867 (unsigned)mjd.sec / 3600, ((unsigned)mjd.sec / 60) % 60, in DF()
1868 (unsigned)mjd.sec % 60, (unsigned)getpid(), in DF()