Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Drbbi.h535 virtual int32_t getRuleStatus() const;
/external/icu4c/common/
Dubrk.cpp278 return ((RuleBasedBreakIterator *)bi)->RuleBasedBreakIterator::getRuleStatus(); in ubrk_getRuleStatus()
Drbbi.cpp1418 int32_t RuleBasedBreakIterator::getRuleStatus() const { in getRuleStatus() function in RuleBasedBreakIterator
/external/icu4c/test/intltest/
Drbbitst.cpp398 int tag = bi->getRuleStatus(); in TestStatusReturn()
890 tag = bi.getRuleStatus(); in testFirstAndNext()
923 tag = bi.getRuleStatus(); in testLastAndPrevious()
952 tag = bi.getRuleStatus(); in testFollowing()
963 tag = bi.getRuleStatus(); in testFollowing()
994 tag = bi.getRuleStatus(); in testPreceding()
1006 tag = bi.getRuleStatus(); in testPreceding()
1035 tag = bi.getRuleStatus(); in testIsBoundary()
1378 int32_t rs = ((RuleBasedBreakIterator *)t->bi)->getRuleStatus(); in executeTest()
1431 int32_t rs = ((RuleBasedBreakIterator *)t->bi)->getRuleStatus(); in executeTest()
Drbbiapts.cpp673 tag = bi->getRuleStatus(); in TestRuleStatus()
705 tag = bi->getRuleStatus(); in TestRuleStatus()
723 tag = bi->getRuleStatus(); in TestRuleStatus()