Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/tests/
H A Drbbiter_getBinaryRules_basic.phpt2 IntlRuleBasedBreakIterator::getBinaryRules(): basic test
28 $br = $rbbi->getBinaryRules();
H A Drbbiter_getBinaryRules_basic3.phpt2 IntlRuleBasedBreakIterator::getBinaryRules(): basic test icu >= 68.1
28 $br = $rbbi->getBinaryRules();
H A Drbbiter_getBinaryRules_basic2.phpt2 IntlRuleBasedBreakIterator::getBinaryRules(): basic test icu >= 61.1 && icu < 68.1
29 $br = $rbbi->getBinaryRules();
/PHP-8.1/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp184 U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, getBinaryRules) in PHP_METHOD() argument
196 const uint8_t *rules = fetch_rbbi(bio)->getBinaryRules(rules_len); in PHP_METHOD()
H A Dbreakiterator.stub.php77 public function getBinaryRules(): string|false {} function in IntlRuleBasedBreakIterator
H A Dbreakiterator_arginfo.h109 ZEND_METHOD(IntlRuleBasedBreakIterator, getBinaryRules);
145 …ZEND_ME(IntlRuleBasedBreakIterator, getBinaryRules, arginfo_class_IntlRuleBasedBreakIterator_getBi…

Completed in 11 milliseconds