Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dcpbi_parts_iterator.phpt13 $it->getBreakIterator()->setText($text);
16 echo "$k. $v (" . sprintf("U+%04X", $it->getBreakIterator()->getLastCodePoint()) .
17 ") 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-src/ext/intl/breakiterator/
H A Dbreakiterator_iterators_arginfo.h10 ZEND_METHOD(IntlPartsIterator, getBreakIterator);
14 …ZEND_ME(IntlPartsIterator, getBreakIterator, arginfo_class_IntlPartsIterator_getBreakIterator, ZEN…
H A Dbreakiterator_iterators.stub.php16 public function getBreakIterator(): IntlBreakIterator {} function in IntlPartsIterator
H A Dbreakiterator_iterators.cpp245 U_CFUNC PHP_METHOD(IntlPartsIterator, getBreakIterator) in PHP_METHOD() argument

Completed in 8 milliseconds