Home
last modified time | relevance | path

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

/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp530 zend_string *u8key; in umsg_format_helper() local
532 u8key = intl_charFromString(key, &status); in umsg_format_helper()
533 if (u8key) { in umsg_format_helper()
535 "cannot be used as a date or time", ZSTR_VAL(u8key)); in umsg_format_helper()
537 zend_string_release_ex(u8key, 0); in umsg_format_helper()
574 zend_string *u8key; in umsg_format_helper() local
576 u8key = intl_charFromString(key, &status); in umsg_format_helper()
577 if (u8key) { in umsg_format_helper()
580 "is available", ZSTR_VAL(u8key)); in umsg_format_helper()
583 zend_string_release_ex(u8key, 0); in umsg_format_helper()

Completed in 7 milliseconds