Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/
H A Dintl_convert.h26 zend_string* intl_convert_utf16_to_utf8(
H A Dintl_error.c249 u8str = intl_convert_utf16_to_utf8(pe->preContext, -1, &status ); in intl_parse_error_to_string()
268 u8str = intl_convert_utf16_to_utf8(pe->postContext, -1, &status ); in intl_parse_error_to_string()
H A Dintl_convert.c116 zend_string* intl_convert_utf16_to_utf8( in intl_convert_utf16_to_utf8() function
H A Dintl_data.h106 u8str = intl_convert_utf16_to_utf8(ustring, ulen, &INTL_DATA_ERROR_CODE((obj))); \
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_methods.cpp288 zend_string *u8str =intl_convert_utf16_to_utf8(result.getBuffer(), result.length(), &status); in PHP_FUNCTION()
368 u8str = intl_convert_utf16_to_utf8(result.getBuffer(), result.length(), &status); in PHP_FUNCTION()
390 u8str = intl_convert_utf16_to_utf8( in PHP_FUNCTION()
520 …zend_string *u8str = intl_convert_utf16_to_utf8(result.getBuffer(), result.length(), TIMEZONE_ERRO… in PHP_FUNCTION()
632 winID = intl_convert_utf16_to_utf8(uWinID.getBuffer(), uWinID.length(), &error); in PHP_FUNCTION()
668 id = intl_convert_utf16_to_utf8(uID.getBuffer(), uID.length(), &error); in PHP_FUNCTION()
H A Dtimezone_class.cpp319 u8str = intl_convert_utf16_to_utf8( in TimeZone_get_debug_info()
/PHP-8.0/ext/intl/normalizer/
H A Dnormalizer_normalize.c203 u8str = intl_convert_utf16_to_utf8(uret_buf, uret_len, &status ); in PHP_FUNCTION()
342 RETVAL_NEW_STR(intl_convert_utf16_to_utf8(decomposition, decomposition_length, &status)); in PHP_FUNCTION()
/PHP-8.0/ext/intl/collator/
H A Dcollator_convert.c93 u8str = intl_convert_utf16_to_utf8( in collator_convert_hash_item_from_utf16_to_utf8()
165 u8str = intl_convert_utf16_to_utf8( in collator_convert_zstr_utf16_to_utf8()
/PHP-8.0/ext/intl/formatter/
H A Dformatter_parse.c166 u8str = intl_convert_utf16_to_utf8(currency, u_strlen(currency), &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_class.c50 u8str = intl_convert_utf16_to_utf8(ustr_id, (int ) ustr_id_len, status ); in transliterator_object_construct()
H A Dtransliterator_methods.c240 zend_string *el = intl_convert_utf16_to_utf8(elem, elem_len, &status ); in PHP_FUNCTION()
/PHP-8.0/ext/intl/grapheme/
H A Dgrapheme_string.c451 …u8_sub_str = intl_convert_utf16_to_utf8(ustr + sub_str_start_pos, ustr_len - sub_str_start_pos, &s… in PHP_FUNCTION()
523 …u8_sub_str = intl_convert_utf16_to_utf8(ustr + sub_str_start_pos, ( sub_str_end_pos - sub_str_star… in PHP_FUNCTION()
/PHP-8.0/ext/intl/uchar/
H A Duchar.c516 u8str = intl_convert_utf16_to_utf8(closure, closure_len, &error); in IC_METHOD()
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp664 u8str = intl_convert_utf16_to_utf8(temp.getBuffer(), temp.length(), status); in umsg_parse_helper()
/PHP-8.0/ext/intl/locale/
H A Dlocale_methods.c573 u8str = intl_convert_utf16_to_utf8(disp_name, buflen, &status ); in get_icu_disp_value_src_php()

Completed in 73 milliseconds