Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp532 zend_string *u8key; in umsg_format_helper() local
534 u8key = intl_charFromString(key, &status); in umsg_format_helper()
535 if (u8key) { in umsg_format_helper()
537 "cannot be used as a date or time", ZSTR_VAL(u8key)); in umsg_format_helper()
539 zend_string_release_ex(u8key, 0); in umsg_format_helper()
576 zend_string *u8key; in umsg_format_helper() local
578 u8key = intl_charFromString(key, &status); in umsg_format_helper()
579 if (u8key) { in umsg_format_helper()
582 "is available", ZSTR_VAL(u8key)); in umsg_format_helper()
585 zend_string_release_ex(u8key, 0); in umsg_format_helper()

Completed in 7 milliseconds