Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/uchar/
H A Duchar.c218 zend_long nameChoice = U_UNICODE_CHAR_NAME; in IC_METHOD() local
225 Z_PARAM_LONG(nameChoice) in IC_METHOD()
232 buffer_len = u_charName(cp, (UCharNameChoice)nameChoice, NULL, 0, &error); in IC_METHOD()
248 zend_long nameChoice = U_UNICODE_CHAR_NAME; in IC_METHOD() local
256 ret = u_charFromName((UCharNameChoice)nameChoice, name, &error); in IC_METHOD()
268 UChar32 code, UCharNameChoice nameChoice, in enumCharNames_callback() argument
275 ZVAL_LONG(&args[1], nameChoice); in enumCharNames_callback()
298 zend_long nameChoice = U_UNICODE_CHAR_NAME; in IC_METHOD() local
307 Z_PARAM_LONG(nameChoice) in IC_METHOD()
322 zend_long nameChoice = U_LONG_PROPERTY_NAME; in IC_METHOD() local
[all …]

Completed in 8 milliseconds