Lines Matching refs:tzID
381 UChar *result = NULL, tzID[4], str[25]; in TestNewFormatAndParseAPI() local
400 u_uastrcpy(tzID, "PST"); in TestNewFormatAndParseAPI()
401 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestNewFormatAndParseAPI()
483 UChar *result, *tzID, *str; in TestSampleFormatAndParseWithError() local
502 tzID=(UChar*)malloc(sizeof(UChar) * 4); in TestSampleFormatAndParseWithError()
503 u_uastrcpy(tzID, "PST"); in TestSampleFormatAndParseWithError()
504 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestSampleFormatAndParseWithError()
574 free(tzID); in TestSampleFormatAndParseWithError()
583 UChar *result, *tzID, *str; in TestSampleFormatAndParse() local
600 tzID=(UChar*)malloc(sizeof(UChar) * 4); in TestSampleFormatAndParse()
601 u_uastrcpy(tzID, "PST"); in TestSampleFormatAndParse()
602 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestSampleFormatAndParse()
671 free(tzID); in TestSampleFormatAndParse()