Searched refs:wday_names (Results 1 – 3 of 3) sorted by relevance
347 static struct lookup const wday_names[] = { variable578 fprintf(f, ", %s", wday_names[r->r_wday].l_word); in emit_icu_rule()1524 if ((lp = byword(dp, wday_names)) == NULL) { in rulesub()
348 static struct lookup const wday_names[] = { variable579 fprintf(f, ", %s", wday_names[r->r_wday].l_word); in emit_icu_rule()1525 if ((lp = byword(dp, wday_names)) == NULL) { in rulesub()
395 static struct lookup const wday_names[] = { variable2222 if ((lp = byword(dp, wday_names)) == NULL) { in rulesub()3653 table = wday_names; in byword()