Searched refs:tmpid (Results 1 – 1 of 1) sorted by relevance
281 char tmpid[MAX_LENGTH_ID]; in uprv_detectWindowsTimeZone() local314 tmpid[0] = 0; in uprv_detectWindowsTimeZone()351 … tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */ in uprv_detectWindowsTimeZone()353 tmpid[index]='\0'; in uprv_detectWindowsTimeZone()407 if (idFound || tmpid[0] == 0) { in uprv_detectWindowsTimeZone()411 … tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */ in uprv_detectWindowsTimeZone()413 tmpid[index]='\0'; in uprv_detectWindowsTimeZone()428 if (tmpid[0] != 0) { in uprv_detectWindowsTimeZone()429 len = uprv_strlen(tmpid); in uprv_detectWindowsTimeZone()432 uprv_strcpy(icuid, tmpid); in uprv_detectWindowsTimeZone()