Home
last modified time | relevance | path

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

/PHP-5.3/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_data.h80 intl_convert_utf16_to_utf8(&u8value, &u8len, ustring, ulen, &INTL_DATA_ERROR_CODE((obj))); \
/PHP-5.3/ext/intl/idn/
H A Didn.c109intl_convert_utf16_to_utf8(&converted_utf8, &converted_utf8_len, converted, converted_ret_len, &st… in php_intl_idn_to()
/PHP-5.3/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.3/ext/intl/formatter/
H A Dformatter_parse.c171intl_convert_utf16_to_utf8(&currency_str, &currency_len, currency, u_strlen(currency), &INTL_DATA_… in PHP_FUNCTION()
/PHP-5.3/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.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp187 intl_convert_utf16_to_utf8(&stmp, &stmp_len, temp.getBuffer(), temp.length(), status); in umsg_parse_helper()
/PHP-5.3/ext/intl/grapheme/
H A Dgrapheme_string.c508intl_convert_utf16_to_utf8((char **)&sub_str, &sub_str_len, ustr + sub_str_start_pos, ustr_len - s… in PHP_FUNCTION()
568intl_convert_utf16_to_utf8((char **)&sub_str, &sub_str_len, ustr + sub_str_start_pos, ( sub_str_en… in PHP_FUNCTION()
/PHP-5.3/ext/intl/locale/
H A Dlocale_methods.c586 intl_convert_utf16_to_utf8( &utf8value, &utf8value_len, disp_name, buflen, &status ); in get_icu_disp_value_src_php()

Completed in 19 milliseconds