Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Drbbiter_getRuleStatus_basic.phpt2 IntlRuleBasedBreakIterator::getRuleStatus(): basic test
30 "rule status: {$rbbi->getRuleStatus()}\n";
H A Dbreakiter_getPartsIterator_basic.phpt23 var_dump($pi->getRuleStatus());
H A Dbreakiter_getPartsIterator_basic2.phpt23 var_dump($pi->getRuleStatus());
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator.stub.php83 public function getRuleStatus() {} function in IntlRuleBasedBreakIterator
H A Drulebasedbreakiterator_methods.cpp130 U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, getRuleStatus) in PHP_METHOD() argument
141 RETURN_LONG(fetch_rbbi(bio)->getRuleStatus()); in PHP_METHOD()
H A Dbreakiterator_arginfo.h105 ZEND_METHOD(IntlRuleBasedBreakIterator, getRuleStatus);
142 …ZEND_ME(IntlRuleBasedBreakIterator, getRuleStatus, arginfo_class_IntlRuleBasedBreakIterator_getRul…

Completed in 16 milliseconds