Searched refs:mon_names (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 331 static struct lookup const mon_names[] = { variable 576 fprintf(f, ", %s, dom %d", mon_names[r->r_month].l_word, r->r_dayofmonth); in emit_icu_rule() 1304 if ((lp = byword(fields[LP_MONTH], mon_names)) == NULL) { in inleap() 1406 if ((lp = byword(monthp, mon_names)) == NULL) { in rulesub()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 332 static struct lookup const mon_names[] = { variable 577 fprintf(f, ", %s, dom %d", mon_names[r->r_month].l_word, r->r_dayofmonth); in emit_icu_rule() 1305 if ((lp = byword(fields[LP_MONTH], mon_names)) == NULL) { in inleap() 1407 if ((lp = byword(monthp, mon_names)) == NULL) { in rulesub()
|
/third_party/tzdata/ |
D | zic.c | 379 static struct lookup const mon_names[] = { variable 2010 if ((lp = byword(fields[LP_MONTH], mon_names)) == NULL) { in getleapdatetime() 2115 if ((lp = byword(monthp, mon_names)) == NULL) { in rulesub()
|