Searched refs:mon_names (Results 1 – 4 of 4) 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/flutter/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 | 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/tzdata/ |
D | zic.c | 331 static struct lookup const mon_names[] = { variable 1676 if ((lp = byword(fields[LP_MONTH], mon_names)) == NULL) { in getleapdatetime() 1781 if ((lp = byword(monthp, mon_names)) == NULL) { in rulesub()
|