Home
last modified time | relevance | path

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

/php-src/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-src/ext/intl/breakiterator/
H A Dcodepointiterator_methods.cpp28 U_CFUNC PHP_METHOD(IntlCodePointBreakIterator, getLastCodePoint) in PHP_METHOD() argument
37 RETURN_LONG(fetch_cpbi(bio)->getLastCodePoint()); in PHP_METHOD()
H A Dcodepointiterator_internal.h84 inline UChar32 getLastCodePoint() in getLastCodePoint() function
H A Dbreakiterator.stub.php137 public function getLastCodePoint(): int {} function in IntlCodePointBreakIterator
H A Dbreakiterator_arginfo.h112 ZEND_METHOD(IntlCodePointBreakIterator, getLastCodePoint);
150 …ZEND_ME(IntlCodePointBreakIterator, getLastCodePoint, arginfo_class_IntlCodePointBreakIterator_get…

Completed in 12 milliseconds