Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCAL_GREGORIAN

69     { "en_US",                   UCAL_GREGORIAN, "gregorian" },
71 { "th_TH", UCAL_GREGORIAN, "gregorian" },
416 /*testing ucal_getType, and ucal_open with UCAL_GREGORIAN*/
799 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);;
959 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);;
1355 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);