Searched refs:getRuleStatus (Results 1 - 6 of 6) 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.cpp628 fLastRuleStatusIndex = lastTag; // for use by getRuleStatus()
1351 // getRuleStatus() Return the break rule tag associated with the current
1388 int32_t RuleBasedBreakIterator::getRuleStatus() const { function in class:RuleBasedBreakIterator
/external/v8/src/extensions/experimental/
H A Dbreak-iterator.cc149 int32_t status = rule_based_iterator->getRuleStatus();
/external/icu4c/test/intltest/
H A Drbbiapts.cpp672 tag = bi->getRuleStatus();
704 tag = bi->getRuleStatus();
722 tag = bi->getRuleStatus();
H A Drbbitst.cpp400 int tag = bi->getRuleStatus();
892 tag = bi.getRuleStatus();
925 tag = bi.getRuleStatus();
954 tag = bi.getRuleStatus();
965 tag = bi.getRuleStatus();
996 tag = bi.getRuleStatus();
1008 tag = bi.getRuleStatus();
1037 tag = bi.getRuleStatus();
1380 int32_t rs = ((RuleBasedBreakIterator *)t->bi)->getRuleStatus();
1433 int32_t rs = ((RuleBasedBreakIterator *)t->bi)->getRuleStatus();
[all...]

Completed in 790 milliseconds