Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dcpbi_parts_iterator.phpt15 $it->getBreakIterator()->setText($text);
18 echo "$k. $v (" . sprintf("U+%04X", $it->getBreakIterator()->getLastCodePoint()) .
19 ") at {$it->getBreakIterator()->current()}\r\n";
H A Dbreakiter_getPartsIterator_basic.phpt21 var_dump(get_class($pi->getBreakIterator()));
H A Dbreakiter_getPartsIterator_basic2.phpt21 var_dump(get_class($pi->getBreakIterator()));
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator.stub.php92 public function getBreakIterator() {} function in IntlPartsIterator
H A Dbreakiterator_arginfo.h107 ZEND_METHOD(IntlPartsIterator, getBreakIterator);
149 …ZEND_ME(IntlPartsIterator, getBreakIterator, arginfo_class_IntlPartsIterator_getBreakIterator, ZEN…
H A Dbreakiterator_iterators.cpp274 U_CFUNC PHP_METHOD(IntlPartsIterator, getBreakIterator) in PHP_METHOD() argument

Completed in 11 milliseconds