Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Duconverter_oop_callback_return.phpt8 public function toUCallback($reason, $source, $codeUnits, &$error): string|int|array|null {
10 switch ($codeUnits) {
H A Duconverter_oop_callback.phpt13 public function toUCallback($reason, $source, $codeUnits, &$error): string|int|array|null {
15 return parent::toUCallback($reason, $source, $codeUnits, $error);
H A Duconverter_oop_callback2.phpt13 public function toUCallback($reason, $source, $codeUnits, &$error): string|int|array|null {
15 return parent::toUCallback($reason, $source, $codeUnits, $error);
/php-src/ext/intl/converter/
H A Dconverter.c109 zend_string *source, *codeUnits; in PHP_METHOD() local
113 &reason, &source, &codeUnits, &error) == FAILURE) { in PHP_METHOD()
208 const char *codeUnits, int32_t length, in php_converter_to_u_callback() argument
221 if (codeUnits) { in php_converter_to_u_callback()
222 ZVAL_STRINGL(&zargs[2], codeUnits, length); in php_converter_to_u_callback()
290 const UChar *codeUnits, int32_t length, UChar32 codePoint, in php_converter_from_u_callback() argument
303 U16_NEXT(codeUnits, i, length, c); in php_converter_from_u_callback()
H A Dconverter.stub.php159 …public function toUCallback(int $reason, string $source, string $codeUnits, &$error): string|int|a… argument
H A Dconverter_arginfo.h66 ZEND_ARG_TYPE_INFO(0, codeUnits, IS_STRING, 0)

Completed in 20 milliseconds