Searched refs:fgGMTID (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c65 static const UChar fgGMTID [] = { 0x0047, 0x004d, 0x0054, 0x0000 }; variable
206 i = ucal_getDSTSavings(fgGMTID, &status);
288 u_strcpy(tzID, fgGMTID);
505 u_strcpy(tzID, fgGMTID);
513 /*datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL,fgGMTID,-1, &status);*/
514 datdef=udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US",fgGMTID,-1,NULL,0, &status);
598 } else if (u_strcmp(id, fgGMTID) != 0) {
599 log_err("FAIL: getTimeZoneID returns a wrong ID: actual=%d, expected=%s\n", austrdup(id), austrdup(fgGMTID));
636 u_strcpy(tzID, fgGMTID);
761 u_strcpy(tzID, fgGMTID);
[all...]

Completed in 68 milliseconds