Searched refs:getLastCodePoint (Results 1 – 6 of 6) sorted by relevance
2 IntlCodepointBreakIterator::getLastCodePoint(): basic test17 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()));
18 echo "$k. $v (" . sprintf("U+%04X", $it->getBreakIterator()->getLastCodePoint()) .
28 U_CFUNC PHP_METHOD(IntlCodePointBreakIterator, getLastCodePoint) in PHP_METHOD() argument39 RETURN_LONG(fetch_cpbi(bio)->getLastCodePoint()); in PHP_METHOD()
98 public function getLastCodePoint() {} function in IntlCodePointBreakIterator
108 ZEND_METHOD(IntlCodePointBreakIterator, getLastCodePoint);155 …ZEND_ME(IntlCodePointBreakIterator, getLastCodePoint, arginfo_class_IntlCodePointBreakIterator_get…
84 inline UChar32 getLastCodePoint() in getLastCodePoint() function
Completed in 8 milliseconds