Searched refs:getBinaryRules (Results 1 – 6 of 6) sorted by relevance
2 IntlRuleBasedBreakIterator::getBinaryRules(): basic test27 $br = $rbbi->getBinaryRules();
2 IntlRuleBasedBreakIterator::getBinaryRules(): basic test icu >= 68.127 $br = $rbbi->getBinaryRules();
2 IntlRuleBasedBreakIterator::getBinaryRules(): basic test icu >= 61.1 && icu < 68.128 $br = $rbbi->getBinaryRules();
77 public function getBinaryRules() {} function in IntlRuleBasedBreakIterator
179 U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, getBinaryRules) in PHP_METHOD() argument191 const uint8_t *rules = fetch_rbbi(bio)->getBinaryRules(rules_len); in PHP_METHOD()
103 ZEND_METHOD(IntlRuleBasedBreakIterator, getBinaryRules);140 …ZEND_ME(IntlRuleBasedBreakIterator, getBinaryRules, arginfo_class_IntlRuleBasedBreakIterator_getBi…
Completed in 7 milliseconds