Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/tests/
H A Dcpbi_getLastCodePoint_error.phpt2 IntlBreakIterator::getLastCodePoint(): bad args
12 var_dump($it->getLastCodePoint(array()));
15 Warning: IntlCodePointBreakIterator::getLastCodePoint() expects exactly 0 parameters, 1 given in %s…
17 Warning: IntlCodePointBreakIterator::getLastCodePoint(): cpbi_get_last_code_point: bad arguments in…
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-7.0/ext/intl/breakiterator/
H A Dcodepointiterator_methods.cpp43 RETURN_LONG(fetch_cpbi(bio)->getLastCodePoint()); in PHP_FUNCTION()
H A Dcodepointiterator_internal.h79 inline UChar32 getLastCodePoint() in getLastCodePoint() function
H A Dbreakiterator_class.cpp310 …PHP_ME_MAPPING(getLastCodePoint, cpbi_get_last_code_point, ainfo_biter_void, ZEND_ACC_PUBL…

Completed in 11 milliseconds