Home
last modified time | relevance | path

Searched refs:tmpid (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dwintz.c281 char tmpid[MAX_LENGTH_ID]; in uprv_detectWindowsTimeZone() local
314 tmpid[0] = 0; in uprv_detectWindowsTimeZone()
351tmpid[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()
411tmpid[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()