Home | History | Annotate | Download | only in common

Lines Matching refs:tmpid

254     char tmpid[MAX_LENGTH_ID];
282 tmpid[0] = 0;
330 /* tmpid buffer holds the ICU timezone ID corresponding to the timezone ID from Windows.
331 * If none is found, tmpid buffer will contain a fallback ID (i.e. the time zone ID matching
334 if (idFound || tmpid[0] == 0) {
338 tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
340 tmpid[index]='\0';
354 if (tmpid[0] != 0) {
355 len = uprv_strlen(tmpid);
358 uprv_strcpy(icuid, tmpid);