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

/external/icu4c/common/unicode/
H A Drbbi.h252 * @see #getBinaryRules
604 virtual const uint8_t *getBinaryRules(uint32_t &length);
/external/icu4c/tools/genbrk/
H A Dgenbrk.cpp303 outData = bi->getBinaryRules(outDataSize);
/external/icu4c/common/
H A Drbbi.cpp1430 // getBinaryRules Access to the compiled form of the rules,
1435 const uint8_t *RuleBasedBreakIterator::getBinaryRules(uint32_t &length) { function in class:RuleBasedBreakIterator
/external/icu4c/test/intltest/
H A Drbbiapts.cpp1032 rbbiRules = brkItr->getBinaryRules(length);

Completed in 316 milliseconds