HomeSort by relevance Sort by last modified time
    Searched defs:tzID (Results 1 - 10 of 10) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
cdtdptst.c 230 UChar *pattern=NULL, *tzID=NULL;
253 tzID=(UChar*)malloc(sizeof(UChar) * 4);
254 u_uastrcpy(tzID, "GMT");
255 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status);
295 free(tzID);
306 UChar *pattern, *tzID, *exp;
324 tzID=(UChar*)malloc(sizeof(UChar) * 4);
325 u_uastrcpy(tzID, "PST");
328 /* cal=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); *
    [all...]
cmsgtst.c 364 UChar *result, tzID[4], str[25];
383 u_uastrcpy(tzID, "PST");
384 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
465 UChar *result, *tzID, *str;
484 tzID=(UChar*)malloc(sizeof(UChar) * 4);
485 u_uastrcpy(tzID, "PST");
486 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
551 free(tzID);
    [all...]
ccaltst.c 81 UChar tzID[4];
113 /*get Illegal TZID where index >= count*/
116 log_err("FAIL:for TZID index >= count Expected INDEX_OUTOFBOUNDS_ERROR Got %s\n", u_errorName(status));
236 u_uastrcpy(tzID, "PST");
237 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
242 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
246 u_strcpy(tzID, fgGMTID);
247 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status)
    [all...]
cdtrgtst.c 207 UChar tzID[4];
210 u_uastrcpy(tzID, "PST");
213 def = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
226 def = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
279 UChar dateString[30], pattern[20], tzID[4];
285 u_uastrcpy(tzID, "PST");
287 formatter = udat_open(UDAT_IGNORE,UDAT_IGNORE,"en_US",tzID,-1,pattern, u_strlen(pattern), &status);
292 fmt = udat_open(UDAT_FULL,UDAT_LONG ,NULL, tzID, -1, NULL, 0, &status);
300 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status)
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
miscdtfm.cpp 316 UnicodeString tzID = "Asia/Tokyo";
349 if (tzID == (zones[i][0])) {
  /external/icu4c/test/cintltst/
cdtdptst.c 230 UChar *pattern=NULL, *tzID=NULL;
253 tzID=(UChar*)malloc(sizeof(UChar) * 4);
254 u_uastrcpy(tzID, "GMT");
255 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status);
295 free(tzID);
306 UChar *pattern, *tzID, *exp;
324 tzID=(UChar*)malloc(sizeof(UChar) * 4);
325 u_uastrcpy(tzID, "PST");
328 /* cal=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); *
    [all...]
cmsgtst.c 362 UChar *result, tzID[4], str[25];
381 u_uastrcpy(tzID, "PST");
382 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
463 UChar *result, *tzID, *str;
482 tzID=(UChar*)malloc(sizeof(UChar) * 4);
483 u_uastrcpy(tzID, "PST");
484 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
549 free(tzID);
    [all...]
cdtrgtst.c 208 UChar tzID[4];
211 u_uastrcpy(tzID, "PST");
214 def = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
227 def = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
280 UChar dateString[30], pattern[20], tzID[4];
286 u_uastrcpy(tzID, "PST");
288 formatter = udat_open(UDAT_IGNORE,UDAT_IGNORE,"en_US",tzID,-1,pattern, u_strlen(pattern), &status);
293 fmt = udat_open(UDAT_FULL,UDAT_LONG ,NULL, tzID, -1, NULL, 0, &status);
301 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status)
    [all...]
ccaltst.c 85 UChar tzID[4];
117 /*get Illegal TZID where index >= count*/
120 log_err("FAIL:for TZID index >= count Expected INDEX_OUTOFBOUNDS_ERROR Got %s\n", u_errorName(status));
240 u_uastrcpy(tzID, "PST");
241 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
246 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
250 u_strcpy(tzID, fgGMTID);
251 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status)
    [all...]
  /external/icu4c/test/intltest/
miscdtfm.cpp 319 UnicodeString tzID = "Asia/Tokyo";
352 if (tzID == (zones[i][0])) {

Completed in 603 milliseconds