Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dwintz.c254 char tmpid[MAX_LENGTH_ID]; in uprv_detectWindowsTimeZone() local
282 tmpid[0] = 0; in uprv_detectWindowsTimeZone()
334 if (idFound || tmpid[0] == 0) { in uprv_detectWindowsTimeZone()
338tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */ in uprv_detectWindowsTimeZone()
340 tmpid[index]='\0'; in uprv_detectWindowsTimeZone()
354 if (tmpid[0] != 0) { in uprv_detectWindowsTimeZone()
355 len = uprv_strlen(tmpid); in uprv_detectWindowsTimeZone()
358 uprv_strcpy(icuid, tmpid); in uprv_detectWindowsTimeZone()
/external/chromium_org/third_party/icu/source/common/
Dwintz.c256 char tmpid[MAX_LENGTH_ID]; in uprv_detectWindowsTimeZone() local
285 tmpid[0] = 0; in uprv_detectWindowsTimeZone()
337 if (idFound || tmpid[0] == 0) { in uprv_detectWindowsTimeZone()
341tmpid[index++]=(char)(*icuTZ++); /* safe to assume 'char' is ASCII compatible on windows */ in uprv_detectWindowsTimeZone()
343 tmpid[index]='\0'; in uprv_detectWindowsTimeZone()
357 if (tmpid[0] != 0) { in uprv_detectWindowsTimeZone()
358 len = uprv_strlen(tmpid); in uprv_detectWindowsTimeZone()
361 uprv_strcpy(icuid, tmpid); in uprv_detectWindowsTimeZone()
/external/openssl/crypto/ocsp/
Docsp_vfy.c263 OCSP_CERTID *tmpid, *cid; in ocsp_check_ids() local
279 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_check_ids()
281 if (OCSP_id_issuer_cmp(cid, tmpid)) in ocsp_check_ids()
284 if (OBJ_cmp(tmpid->hashAlgorithm->algorithm, in ocsp_check_ids()
336 OCSP_CERTID *tmpid; in ocsp_match_issuerid() local
339 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_match_issuerid()
340 ret = ocsp_match_issuerid(cert, tmpid, NULL); in ocsp_match_issuerid()
/external/chromium_org/third_party/icu/patches/
Dvscomp.patch58 tmpid[0] = 0;