Lines Matching full:tmpid
209 char tmpid[MAX_LENGTH_ID];
241 tmpid[0] = 0;
281 tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
283 tmpid[index]='\0';
341 /* tmpid buffer holds the ICU timezone ID corresponding to the timezone ID from Windows.
342 * If none is found, tmpid buffer will contain a fallback ID (i.e. the time zone ID matching
345 if (idFound || tmpid[0] == 0)
351 tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */
353 tmpid[index]='\0';
369 if (tmpid[0] != 0)
371 len = uprv_strlen(tmpid);
375 uprv_strcpy(icuid, tmpid);