Searched refs:getBinaryRules (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/unicode/
H A Drbbi.h247 * Binary rules are obtained from RulesBasedBreakIterator::getBinaryRules().
260 * @see #getBinaryRules
263 * corresponds to the length value produced by getBinaryRules().
282 * @see #getBinaryRules
634 virtual const uint8_t *getBinaryRules(uint32_t &length);
/external/icu4c/tools/genbrk/
H A Dgenbrk.cpp303 outData = bi->getBinaryRules(outDataSize);
/external/icu4c/test/intltest/
H A Drbbiapts.cpp1033 rbbiRules = brkItr->getBinaryRules(length);
1095 // getBinaryRules() and RuleBasedBreakIterator(uint8_t binaryRules, ...)
1103 const uint8_t *rules = rb->getBinaryRules(length);
/external/icu4c/common/
H A Drbbi.cpp92 // taking the rules as a (const uint8_t *) to match the type produced by getBinaryRules().
1460 // getBinaryRules Access to the compiled form of the rules,
1465 const uint8_t *RuleBasedBreakIterator::getBinaryRules(uint32_t &length) { function in class:RuleBasedBreakIterator

Completed in 123 milliseconds