Searched refs:getRuleStatus (Results 1 – 9 of 9) sorted by relevance
12 ZEND_METHOD(IntlPartsIterator, getRuleStatus);17 …ZEND_ME(IntlPartsIterator, getRuleStatus, arginfo_class_IntlPartsIterator_getRuleStatus, ZEND_ACC_…
11 public function getRuleStatus(): int {} function in IntlPartsIterator
135 U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, getRuleStatus) in PHP_METHOD() argument146 RETURN_LONG(fetch_rbbi(bio)->getRuleStatus()); in PHP_METHOD()
83 public function getRuleStatus(): int {} function in IntlRuleBasedBreakIterator
111 ZEND_METHOD(IntlRuleBasedBreakIterator, getRuleStatus);147 …ZEND_ME(IntlRuleBasedBreakIterator, getRuleStatus, arginfo_class_IntlRuleBasedBreakIterator_getRul…
258 U_CFUNC PHP_METHOD(IntlPartsIterator, getRuleStatus) in PHP_METHOD() argument
2 IntlRuleBasedBreakIterator::getRuleStatus(): basic test28 "rule status: {$rbbi->getRuleStatus()}\n";
23 var_dump($pi->getRuleStatus());
Completed in 12 milliseconds