Searched refs:getBinaryRules (Results 1 – 6 of 6) sorted by relevance
2 IntlRuleBasedBreakIterator::getBinaryRules(): basic test28 $br = $rbbi->getBinaryRules();
2 IntlRuleBasedBreakIterator::getBinaryRules(): basic test icu >= 68.128 $br = $rbbi->getBinaryRules();
2 IntlRuleBasedBreakIterator::getBinaryRules(): basic test icu >= 61.1 && icu < 68.129 $br = $rbbi->getBinaryRules();
183 U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, getBinaryRules) in PHP_METHOD() argument195 const uint8_t *rules = fetch_rbbi(bio)->getBinaryRules(rules_len); in PHP_METHOD()
178 public function getBinaryRules(): string|false {} function in IntlRuleBasedBreakIterator
109 ZEND_METHOD(IntlRuleBasedBreakIterator, getBinaryRules);145 …ZEND_ME(IntlRuleBasedBreakIterator, getBinaryRules, arginfo_class_IntlRuleBasedBreakIterator_getBi…
Completed in 8 milliseconds