Searched refs:z_format (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/tools/tzcode/ |
D | zic.c | 105 const char * z_format; member 930 if (strchr(zp->z_format, '%') != 0) in associate() 1215 z.z_format = ecpyalloc(fields[i_format]); 1216 if (max_format_len < strlen(z.z_format)) 1217 max_format_len = strlen(z.z_format); 2069 doabbr(result, zp->z_format, abbrvar, FALSE, TRUE); 2076 doabbr(end(result), zp->z_format, dstrp->r_abbrvar, TRUE, TRUE); 2254 doabbr(startbuf, zp->z_format, 2341 doabbr(startbuf, zp->z_format, 2351 zp->z_format, [all …]
|