Home
last modified time | relevance | path

Searched refs:timezone_utf16 (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/ext/intl/dateformat/
H A Ddateformat.c85 UChar* timezone_utf16 = NULL; /* UTF-16 timezone_str */ in datefmt_ctor() local
135 intl_convert_utf8_to_utf16(&timezone_utf16, &timezone_utf16_len, in datefmt_ctor()
149 …DATE_FORMAT_OBJECT(dfo) = udat_open(UDAT_IGNORE, UDAT_IGNORE, locale, timezone_utf16, timezone_utf… in datefmt_ctor()
151 …DATE_FORMAT_OBJECT(dfo) = udat_open(time_type, date_type, locale, timezone_utf16, timezone_utf16_l… in datefmt_ctor()
156 ucal_obj = ucal_open(timezone_utf16, timezone_utf16_len, locale, in datefmt_ctor()
185 if (timezone_utf16) { in datefmt_ctor()
186 efree(timezone_utf16); in datefmt_ctor()
H A Ddateformat_attr.c32 UChar* timezone_utf16 = NULL; /* timezone_id in UTF-16 */ in internal_set_calendar() local
46 …intl_convert_utf8_to_utf16(&timezone_utf16, &timezone_utf16_len, timezone_id, timezone_id_len, &IN… in internal_set_calendar()
53 …ucal_obj = ucal_open(timezone_utf16, timezone_utf16_len, locale, calendar, &INTL_DATA_ERROR_CODE(d… in internal_set_calendar()
57 if( timezone_utf16){ in internal_set_calendar()
58 efree(timezone_utf16); in internal_set_calendar()

Completed in 9 milliseconds