Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Drbbiter_getBinaryRules_basic.phpt2 IntlRuleBasedBreakIterator::getBinaryRules(): basic test
27 $br = $rbbi->getBinaryRules();
H A Drbbiter_getBinaryRules_basic3.phpt2 IntlRuleBasedBreakIterator::getBinaryRules(): basic test icu >= 68.1
27 $br = $rbbi->getBinaryRules();
H A Drbbiter_getBinaryRules_basic2.phpt2 IntlRuleBasedBreakIterator::getBinaryRules(): basic test icu >= 61.1 && icu < 68.1
28 $br = $rbbi->getBinaryRules();
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator.stub.php77 public function getBinaryRules() {} function in IntlRuleBasedBreakIterator
H A Drulebasedbreakiterator_methods.cpp179 U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, getBinaryRules) in PHP_METHOD() argument
191 const uint8_t *rules = fetch_rbbi(bio)->getBinaryRules(rules_len); in PHP_METHOD()
H A Dbreakiterator_arginfo.h103 ZEND_METHOD(IntlRuleBasedBreakIterator, getBinaryRules);
140 …ZEND_ME(IntlRuleBasedBreakIterator, getBinaryRules, arginfo_class_IntlRuleBasedBreakIterator_getBi…

Completed in 17 milliseconds