Searched refs:slashp (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/tools/tzcode/
H A Dzic.c1883 register char * slashp; local
1886 slashp = strchr(format, '/');
1887 if (slashp == NULL) {
1892 (void) strcpy(abbr, slashp + 1);
1894 if (slashp > format)
1896 (unsigned) (slashp - format));
1897 abbr[slashp - format] = '\0';

Completed in 91 milliseconds