Searched refs:getLastCodePoint (Results 1 – 6 of 6) sorted by relevance
2 IntlBreakIterator::getLastCodePoint(): bad args12 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…
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()) .
43 RETURN_LONG(fetch_cpbi(bio)->getLastCodePoint()); in PHP_FUNCTION()
79 inline UChar32 getLastCodePoint() in getLastCodePoint() function
325 …PHP_ME_MAPPING(getLastCodePoint, cpbi_get_last_code_point, ainfo_biter_void, ZEND_ACC_PUBL…
Completed in 14 milliseconds