Searched refs:getRuleStatus (Results 1 – 13 of 13) sorted by relevance
389 assertTrue(null, bi.getRuleStatus() >= RuleBasedBreakIterator.WORD_NONE); in TestRuleStatus()390 assertTrue(null, bi.getRuleStatus() < RuleBasedBreakIterator.WORD_NONE_LIMIT); in TestRuleStatus()394 assertTrue(null, bi.getRuleStatus() >= RuleBasedBreakIterator.WORD_NUMBER); in TestRuleStatus()395 assertTrue(null, bi.getRuleStatus() < RuleBasedBreakIterator.WORD_NUMBER_LIMIT); in TestRuleStatus()399 assertTrue(null, bi.getRuleStatus() >= RuleBasedBreakIterator.WORD_LETTER ); in TestRuleStatus()400 assertTrue(null, bi.getRuleStatus() < RuleBasedBreakIterator.WORD_LETTER_LIMIT); in TestRuleStatus()405 assertTrue(null, bi.getRuleStatus() >= RuleBasedBreakIterator.WORD_KANA ); in TestRuleStatus()412 assertTrue(null, bi.getRuleStatus() >= RuleBasedBreakIterator.WORD_IDEO ); in TestRuleStatus()413 assertTrue(null, bi.getRuleStatus() < RuleBasedBreakIterator.WORD_IDEO_LIMIT); in TestRuleStatus()
422 int rs = t.bi.getRuleStatus(); in executeTest()480 int rs = t.bi.getRuleStatus(); in executeTest()
533 virtual int32_t getRuleStatus() const;
307 virtual int32_t getRuleStatus() const;
346 int tag = bi->getRuleStatus(); in TestStatusReturn()476 tag = bi.getRuleStatus(); in testFirstAndNext()509 tag = bi.getRuleStatus(); in testLastAndPrevious()538 tag = bi.getRuleStatus(); in testFollowing()549 tag = bi.getRuleStatus(); in testFollowing()580 tag = bi.getRuleStatus(); in testPreceding()592 tag = bi.getRuleStatus(); in testPreceding()621 tag = bi.getRuleStatus(); in testIsBoundary()1043 int32_t rs = ((RuleBasedBreakIterator *)t->bi)->getRuleStatus(); in executeTest()1095 int32_t rs = t->bi->getRuleStatus(); in executeTest()[all …]
680 tag = bi->getRuleStatus(); in TestRuleStatus()711 tag = bi->getRuleStatus(); in TestRuleStatus()729 tag = bi->getRuleStatus(); in TestRuleStatus()
266 return ((RuleBasedBreakIterator *)bi)->RuleBasedBreakIterator::getRuleStatus(); in ubrk_getRuleStatus()
451 int32_t BreakIterator::getRuleStatus() const { in getRuleStatus() function in BreakIterator
1466 int32_t RuleBasedBreakIterator::getRuleStatus() const { in getRuleStatus() function in RuleBasedBreakIterator
458 public int getRuleStatus() { in getRuleStatus() method in BreakIterator
989 public int getRuleStatus() { in getRuleStatus() method in RuleBasedBreakIterator
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
14532 int32_t status = rule_based_iterator->getRuleStatus(); in RUNTIME_FUNCTION()