Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c594 char *tsabbr = ts->chars + ts->ttis[i].tt_abbrind; in tzloadbody() local
597 if (strcmp(sp->chars + j, tsabbr) == 0) { in tzloadbody()
603 int tsabbrlen = strlen(tsabbr); in tzloadbody()
605 strcpy(sp->chars + j, tsabbr); in tzloadbody()