Home
last modified time | relevance | path

Searched refs:intl_convert_utf16_to_utf8 (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/intl/
H A Dintl_convert.h28 void intl_convert_utf16_to_utf8(
H A Dintl_convert.c110 void intl_convert_utf16_to_utf8( in intl_convert_utf16_to_utf8() function
H A Dintl_error.c280 intl_convert_utf16_to_utf8( &buf, &u8len, pe->preContext, -1, &status ); in intl_parse_error_to_string()
299 intl_convert_utf16_to_utf8( &buf, &u8len, pe->postContext, -1, &status ); in intl_parse_error_to_string()
H A Dintl_data.h80 intl_convert_utf16_to_utf8(&u8value, &u8len, ustring, ulen, &INTL_DATA_ERROR_CODE((obj))); \
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp320 intl_convert_utf16_to_utf8(&Z_STRVAL_P(return_value), &Z_STRLEN_P(return_value), in PHP_FUNCTION()
404 intl_convert_utf16_to_utf8(&Z_STRVAL_P(return_value), &Z_STRLEN_P(return_value), in PHP_FUNCTION()
430 intl_convert_utf16_to_utf8(&id, &id_len, in PHP_FUNCTION()
572 intl_convert_utf16_to_utf8(&Z_STRVAL_P(return_value), &Z_STRLEN_P(return_value), in PHP_FUNCTION()
H A Dtimezone_class.cpp309 intl_convert_utf16_to_utf8(&str, &str_len, in TimeZone_get_debug_info()
/PHP-5.5/ext/intl/collator/
H A Dcollator_convert.c109 intl_convert_utf16_to_utf8( &new_val, &new_val_len, in collator_convert_hash_item_from_utf16_to_utf8()
198 intl_convert_utf16_to_utf8( &str, &str_len, in collator_convert_zstr_utf16_to_utf8()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_parse.c174intl_convert_utf16_to_utf8(&currency_str, &currency_len, currency, u_strlen(currency), &INTL_DATA_… in PHP_FUNCTION()
/PHP-5.5/ext/intl/normalizer/
H A Dnormalizer_normalize.c152 intl_convert_utf16_to_utf8( &ret_buf, &ret_len, uret_buf, uret_len, &status ); in PHP_FUNCTION()
/PHP-5.5/ext/intl/idn/
H A Didn.c245intl_convert_utf16_to_utf8(&converted_utf8, &converted_utf8_len, converted, converted_ret_len, &st… in php_intl_idn_to()
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c511intl_convert_utf16_to_utf8((char **)&sub_str, &sub_str_len, ustr + sub_str_start_pos, ustr_len - s… in PHP_FUNCTION()
591intl_convert_utf16_to_utf8((char **)&sub_str, &sub_str_len, ustr + sub_str_start_pos, ( sub_str_en… in PHP_FUNCTION()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c52 intl_convert_utf16_to_utf8( &str_id, &str_id_len, ustr_id, (int ) ustr_id_len, status ); in transliterator_object_construct()
H A Dtransliterator_methods.c271 intl_convert_utf16_to_utf8( &el_char, &el_len, elem, elem_len, &status ); in PHP_FUNCTION()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp685 intl_convert_utf16_to_utf8(&stmp, &stmp_len, temp.getBuffer(), temp.length(), status); in umsg_parse_helper()
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c587 intl_convert_utf16_to_utf8( &utf8value, &utf8value_len, disp_name, buflen, &status ); in get_icu_disp_value_src_php()

Completed in 105 milliseconds