Searched refs:thischars (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 1717 char thischars[TZ_MAX_CHARS]; in writezone() local 1846 if (strcmp(&thischars[j], thisabbr) == 0) in writezone() 1849 (void) strcpy(&thischars[(int) thischarcnt], in writezone() 1902 (void) fwrite(thischars, sizeof thischars[0], in writezone()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 1717 char thischars[TZ_MAX_CHARS]; in writezone() local 1846 if (strcmp(&thischars[j], thisabbr) == 0) in writezone() 1849 (void) strcpy(&thischars[(int) thischarcnt], in writezone() 1902 (void) fwrite(thischars, sizeof thischars[0], in writezone()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 1717 char thischars[TZ_MAX_CHARS]; in writezone() local 1846 if (strcmp(&thischars[j], thisabbr) == 0) in writezone() 1849 (void) strcpy(&thischars[(int) thischarcnt], in writezone() 1902 (void) fwrite(thischars, sizeof thischars[0], in writezone()
|
/third_party/tzdata/ |
D | zic.c | 2171 char thischars[TZ_MAX_CHARS]; in writezone() local 2301 if (strcmp(&thischars[j], thisabbr) == 0) in writezone() 2304 strcpy(&thischars[thischarcnt], thisabbr); in writezone() 2370 fwrite(thischars, sizeof thischars[0], in writezone()
|