Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/uchar/
H A Duchar.c30 if ((int_codepoint < UCHAR_MIN_VALUE) || (int_codepoint > UCHAR_MAX_VALUE)) { in convert_cp()
35 *pcp = (UChar32)int_codepoint; in convert_cp()
41 zend_long int_codepoint = 0; in parse_code_point_param() local
43 Z_PARAM_STR_OR_LONG(string_codepoint, int_codepoint) in parse_code_point_param()
88 zend_long int_codepoint; in IC_METHOD() local
91 Z_PARAM_STR_OR_LONG(string_codepoint, int_codepoint) in IC_METHOD()
108 zend_long int_codepoint; in IC_METHOD() local
216 zend_long int_codepoint; in IC_METHOD() local
392 zend_long int_codepoint; in IC_METHOD() local
422 zend_long int_codepoint; in IC_METHOD() local
[all …]

Completed in 9 milliseconds