Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/tests/
H A Duconverter_oop_callback_return.phpt21 public function fromUCallback($reason, $source, $codePoint, &$error) {
23 switch ($codePoint) {
H A Duconverter_oop_callback.phpt20 public function fromUCallback($reason, $source, $codePoint, &$error) {
22 return parent::fromUCallback($reason, $source, $codePoint, $error);
H A Duconverter_oop_callback2.phpt20 public function fromUCallback($reason, $source, $codePoint, &$error) {
22 return parent::fromUCallback($reason, $source, $codePoint, $error);
/PHP-7.4/ext/intl/converter/
H A Dconverter.c135 ZEND_ARG_INFO(0, codePoint)
140 zval *source, *codePoint, *error; in PHP_METHOD() local
143 &reason, &source, &codePoint, &error) == FAILURE) { in PHP_METHOD()
306 const UChar *codeUnits, int32_t length, UChar32 codePoint, in php_converter_from_u_callback() argument
322 ZVAL_LONG(&zargs[2], codePoint); in php_converter_from_u_callback()

Completed in 9 milliseconds