Lines Matching refs:tzID
370 UChar *result, tzID[4], str[25]; in TestNewFormatAndParseAPI() local
389 u_uastrcpy(tzID, "PST"); in TestNewFormatAndParseAPI()
390 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestNewFormatAndParseAPI()
471 UChar *result, *tzID, *str; in TestSampleFormatAndParseWithError() local
490 tzID=(UChar*)malloc(sizeof(UChar) * 4); in TestSampleFormatAndParseWithError()
491 u_uastrcpy(tzID, "PST"); in TestSampleFormatAndParseWithError()
492 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestSampleFormatAndParseWithError()
557 free(tzID); in TestSampleFormatAndParseWithError()
566 UChar *result, *tzID, *str; in TestSampleFormatAndParse() local
583 tzID=(UChar*)malloc(sizeof(UChar) * 4); in TestSampleFormatAndParse()
584 u_uastrcpy(tzID, "PST"); in TestSampleFormatAndParse()
585 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestSampleFormatAndParse()
650 free(tzID); in TestSampleFormatAndParse()