Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/uchar/
H A Duchar.c219 zend_long nameChoice = U_UNICODE_CHAR_NAME; in IC_METHOD() local
226 Z_PARAM_LONG(nameChoice) in IC_METHOD()
233 buffer_len = u_charName(cp, (UCharNameChoice)nameChoice, NULL, 0, &error); in IC_METHOD()
249 zend_long nameChoice = U_UNICODE_CHAR_NAME; in IC_METHOD() local
257 ret = u_charFromName((UCharNameChoice)nameChoice, name, &error); in IC_METHOD()
269 UChar32 code, UCharNameChoice nameChoice, in enumCharNames_callback() argument
276 ZVAL_LONG(&args[1], nameChoice); in enumCharNames_callback()
299 zend_long nameChoice = U_UNICODE_CHAR_NAME; in IC_METHOD() local
308 Z_PARAM_LONG(nameChoice) in IC_METHOD()
324 zend_long nameChoice = U_LONG_PROPERTY_NAME; in IC_METHOD() local
[all …]

Completed in 9 milliseconds