Home
last modified time | relevance | path

Searched refs:intl_charFromString (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/intl/
H A Dintl_convertcpp.h30 int intl_charFromString(const UnicodeString &from, char **res, int *res_len, UErrorCode *status);
H A Dintl_convertcpp.cpp54 int intl_charFromString(const UnicodeString &from, char **res, int *res_len, UErrorCode *status) in intl_charFromString() function
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp60 intl_charFromString(res, &Z_STRVAL_P(return_value), in PHP_FUNCTION()
H A Ddateformat_format_object.cpp215 if (intl_charFromString(result, &Z_STRVAL_P(return_value), in PHP_FUNCTION()
/PHP-5.5/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp125 if (intl_charFromString(rules, &Z_STRVAL_P(return_value), in PHP_FUNCTION()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp552 if (intl_charFromString(key, &key_char, &key_len, in umsg_format_helper()
595 if (intl_charFromString(key, &key_char, &key_len, in umsg_format_helper()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp93 if (intl_charFromString(id, &Z_STRVAL(arg), &Z_STRLEN(arg), in timezone_convert_to_datetimezone()

Completed in 27 milliseconds