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();
178 U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, getBinaryRules) in PHP_METHOD() argument188 const uint8_t *rules = fetch_rbbi(bio)->getBinaryRules(rules_len); in PHP_METHOD()
121 public function getBinaryRules(): string|false {} function in IntlRuleBasedBreakIterator
108 ZEND_METHOD(IntlRuleBasedBreakIterator, getBinaryRules);142 …ZEND_ME(IntlRuleBasedBreakIterator, getBinaryRules, arginfo_class_IntlRuleBasedBreakIterator_getBi…
Completed in 12 milliseconds