Home
last modified time | relevance | path

Searched refs:wday_names (Results 1 – 3 of 3) 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/icu/icu4c/source/tools/tzcode/
Dzic.c348 static struct lookup const wday_names[] = { variable
579 fprintf(f, ", %s", wday_names[r->r_wday].l_word); in emit_icu_rule()
1525 if ((lp = byword(dp, wday_names)) == NULL) { in rulesub()
/third_party/tzdata/
Dzic.c395 static struct lookup const wday_names[] = { variable
2222 if ((lp = byword(dp, wday_names)) == NULL) { in rulesub()
3653 table = wday_names; in byword()