Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt2 IntlCodepointBreakIterator::getLastCodePoint(): basic test
15 var_dump($codepoint_it->getLastCodePoint());
21 $c = $codepoint_it->getLastCodePoint();
23 var_dump(sprintf('U+%04X', $codepoint_it->getLastCodePoint()));
34 $c = $codepoint_it->getLastCodePoint();
36 var_dump(sprintf('U+%04X', $codepoint_it->getLastCodePoint()));
H A Dcpbi_parts_iterator.phpt16 echo "$k. $v (" . sprintf("U+%04X", $it->getBreakIterator()->getLastCodePoint()) .
/PHP-8.1/ext/intl/breakiterator/
H A Dcodepointiterator_methods.cpp28 U_CFUNC PHP_METHOD(IntlCodePointBreakIterator, getLastCodePoint) in PHP_METHOD() argument
39 RETURN_LONG(fetch_cpbi(bio)->getLastCodePoint()); in PHP_METHOD()
H A Dbreakiterator.stub.php92 public function getLastCodePoint(): int {} function in IntlCodePointBreakIterator
H A Dcodepointiterator_internal.h84 inline UChar32 getLastCodePoint() in getLastCodePoint() function
H A Dbreakiterator_arginfo.h113 ZEND_METHOD(IntlCodePointBreakIterator, getLastCodePoint);
154 …ZEND_ME(IntlCodePointBreakIterator, getLastCodePoint, arginfo_class_IntlCodePointBreakIterator_get…

Completed in 182 milliseconds