Searched refs:intl_convert_utf16_to_utf8 (Results 1 – 10 of 10) sorted by relevance
/PHP-5.3/ext/intl/ |
H A D | intl_convert.h | 28 void intl_convert_utf16_to_utf8(
|
H A D | intl_convert.c | 110 void intl_convert_utf16_to_utf8( in intl_convert_utf16_to_utf8() function
|
H A D | intl_data.h | 80 intl_convert_utf16_to_utf8(&u8value, &u8len, ustring, ulen, &INTL_DATA_ERROR_CODE((obj))); \
|
/PHP-5.3/ext/intl/idn/ |
H A D | idn.c | 109 …intl_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 D | collator_convert.c | 109 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 D | formatter_parse.c | 171 …intl_convert_utf16_to_utf8(¤cy_str, ¤cy_len, currency, u_strlen(currency), &INTL_DATA_… in PHP_FUNCTION()
|
/PHP-5.3/ext/intl/normalizer/ |
H A D | normalizer_normalize.c | 152 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 D | msgformat_helpers.cpp | 187 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 D | grapheme_string.c | 508 …intl_convert_utf16_to_utf8((char **)&sub_str, &sub_str_len, ustr + sub_str_start_pos, ustr_len - s… in PHP_FUNCTION() 568 …intl_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 D | locale_methods.c | 586 intl_convert_utf16_to_utf8( &utf8value, &utf8value_len, disp_name, buflen, &status ); in get_icu_disp_value_src_php()
|
Completed in 29 milliseconds