Home
last modified time | relevance | path

Searched refs:wday_names (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c347 static struct lookup const wday_names[] = { variable
578 fprintf(f, ", %s", wday_names[r->r_wday].l_word); in emit_icu_rule()
1524 if ((lp = byword(dp, wday_names)) == NULL) { in rulesub()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c347 static struct lookup const wday_names[] = { variable
578 fprintf(f, ", %s", wday_names[r->r_wday].l_word); in emit_icu_rule()
1524 if ((lp = byword(dp, wday_names)) == NULL) { in rulesub()
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c347 static struct lookup const wday_names[] = { variable
578 fprintf(f, ", %s", wday_names[r->r_wday].l_word); in emit_icu_rule()
1524 if ((lp = byword(dp, wday_names)) == NULL) { in rulesub()
/third_party/tzdata/
Dzic.c347 static struct lookup const wday_names[] = { variable
1888 if ((lp = byword(dp, wday_names)) == NULL) { in rulesub()
3310 table = wday_names; in byword()