Searched refs:getRuleStatus (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/unicode/
H A Drbbi.h488 * <code>getRuleStatus()</code> can be called after obtaining a boundary
505 virtual int32_t getRuleStatus() const;
527 * @see getRuleStatus
/external/icu4c/common/
H A Dubrk.cpp268 return ((RuleBasedBreakIterator *)bi)->RuleBasedBreakIterator::getRuleStatus();
H A Drbbi.cpp623 fLastRuleStatusIndex = lastTag; // for use by getRuleStatus()
1348 // getRuleStatus() Return the break rule tag associated with the current
1385 int32_t RuleBasedBreakIterator::getRuleStatus() const { function in class:RuleBasedBreakIterator
/external/icu4c/test/intltest/
H A Drbbiapts.cpp680 tag = bi->getRuleStatus();
712 tag = bi->getRuleStatus();
730 tag = bi->getRuleStatus();
H A Drbbitst.cpp378 int tag = bi->getRuleStatus();
870 tag = bi.getRuleStatus();
903 tag = bi.getRuleStatus();
932 tag = bi.getRuleStatus();
943 tag = bi.getRuleStatus();
974 tag = bi.getRuleStatus();
986 tag = bi.getRuleStatus();
1015 tag = bi.getRuleStatus();
1358 int32_t rs = ((RuleBasedBreakIterator *)t->bi)->getRuleStatus();
1411 int32_t rs = ((RuleBasedBreakIterator *)t->bi)->getRuleStatus();
[all...]

Completed in 95 milliseconds