Home | History | Annotate | Download | only in unicode

Lines Matching refs:ec

561  * @param ec        A pointer to an UErrorCode to receive any errors
564 * *ec will indicate the error.
569 const int32_t* rawOffset, UErrorCode* ec);
574 * @param ec input/output error code
577 * uenum_close(), or NULL upon failure. In case of failure *ec will
583 ucal_openTimeZones(UErrorCode* ec);
593 * @param ec input/output error code
596 * uenum_close(), or NULL upon failure. In case of failure *ec will
602 ucal_openCountryTimeZones(const char* country, UErrorCode* ec);
613 * @param ec input/output error code
621 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec);
628 * @param ec input/output error code
633 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec);
642 * @param ec input/output error code
652 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);