Home
last modified time | relevance | path

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

/php-src/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-src/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp183 U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, getBinaryRules) in PHP_METHOD() argument
195 const uint8_t *rules = fetch_rbbi(bio)->getBinaryRules(rules_len); in PHP_METHOD()
H A Dbreakiterator.stub.php121 public function getBinaryRules(): string|false {} function in IntlRuleBasedBreakIterator
H A Dbreakiterator_arginfo.h108 ZEND_METHOD(IntlRuleBasedBreakIterator, getBinaryRules);
142 …ZEND_ME(IntlRuleBasedBreakIterator, getBinaryRules, arginfo_class_IntlRuleBasedBreakIterator_getBi…

Completed in 13 milliseconds