Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt2 IntlCodepointBreakIterator::getLastCodePoint(): basic test
17 var_dump($codepoint_it->getLastCodePoint());
23 $c = $codepoint_it->getLastCodePoint();
25 var_dump(sprintf('U+%04X', $codepoint_it->getLastCodePoint()));
36 $c = $codepoint_it->getLastCodePoint();
38 var_dump(sprintf('U+%04X', $codepoint_it->getLastCodePoint()));
H A Dcpbi_parts_iterator.phpt18 echo "$k. $v (" . sprintf("U+%04X", $it->getBreakIterator()->getLastCodePoint()) .
/PHP-8.0/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.php98 public function getLastCodePoint() {} function in IntlCodePointBreakIterator
H A Dbreakiterator_arginfo.h108 ZEND_METHOD(IntlCodePointBreakIterator, getLastCodePoint);
155 …ZEND_ME(IntlCodePointBreakIterator, getLastCodePoint, arginfo_class_IntlCodePointBreakIterator_get…
H A Dcodepointiterator_internal.h84 inline UChar32 getLastCodePoint() in getLastCodePoint() function

Completed in 9 milliseconds