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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbrkiter.h303 * @see RuleBaseBreakIterator::getRuleStatus()
307 virtual int32_t getRuleStatus() const;
334 * @see getRuleStatus
H A Drbbi.h516 * <code>getRuleStatus()</code> can be called after obtaining a boundary
533 virtual int32_t getRuleStatus() const;
555 * @see getRuleStatus
/external/icu/icu4c/source/common/unicode/
H A Dbrkiter.h303 * @see RuleBaseBreakIterator::getRuleStatus()
307 virtual int32_t getRuleStatus() const;
334 * @see getRuleStatus
H A Drbbi.h516 * <code>getRuleStatus()</code> can be called after obtaining a boundary
533 virtual int32_t getRuleStatus() const;
555 * @see getRuleStatus
/external/chromium_org/third_party/icu/source/common/
H A Dubrk.cpp266 return ((RuleBasedBreakIterator *)bi)->RuleBasedBreakIterator::getRuleStatus();
H A Dbrkiter.cpp442 // This implementation of getRuleStatus is a do-nothing stub, here to
445 int32_t BreakIterator::getRuleStatus() const { function in class:BreakIterator
H A Drbbi.cpp688 fLastRuleStatusIndex = lastTag; // for use by getRuleStatus()
1421 // getRuleStatus() Return the break rule tag associated with the current
1458 int32_t RuleBasedBreakIterator::getRuleStatus() const { function in class:RuleBasedBreakIterator
/external/icu/icu4c/source/common/
H A Dubrk.cpp266 return ((RuleBasedBreakIterator *)bi)->RuleBasedBreakIterator::getRuleStatus();
H A Dbrkiter.cpp442 // This implementation of getRuleStatus is a do-nothing stub, here to
445 int32_t BreakIterator::getRuleStatus() const { function in class:BreakIterator
H A Drbbi.cpp688 fLastRuleStatusIndex = lastTag; // for use by getRuleStatus()
1421 // getRuleStatus() Return the break rule tag associated with the current
1458 int32_t RuleBasedBreakIterator::getRuleStatus() const { function in class:RuleBasedBreakIterator
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp345 int tag = bi->getRuleStatus();
470 tag = bi.getRuleStatus();
503 tag = bi.getRuleStatus();
532 tag = bi.getRuleStatus();
543 tag = bi.getRuleStatus();
574 tag = bi.getRuleStatus();
586 tag = bi.getRuleStatus();
615 tag = bi.getRuleStatus();
887 int32_t rs = ((RuleBasedBreakIterator *)t->bi)->getRuleStatus();
940 int32_t rs = ((RuleBasedBreakIterator *)t->bi)->getRuleStatus();
[all...]
H A Drbbiapts.cpp677 tag = bi->getRuleStatus();
708 tag = bi->getRuleStatus();
726 tag = bi->getRuleStatus();
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp345 int tag = bi->getRuleStatus();
470 tag = bi.getRuleStatus();
503 tag = bi.getRuleStatus();
532 tag = bi.getRuleStatus();
543 tag = bi.getRuleStatus();
574 tag = bi.getRuleStatus();
586 tag = bi.getRuleStatus();
615 tag = bi.getRuleStatus();
887 int32_t rs = ((RuleBasedBreakIterator *)t->bi)->getRuleStatus();
940 int32_t rs = ((RuleBasedBreakIterator *)t->bi)->getRuleStatus();
[all...]
H A Drbbiapts.cpp680 tag = bi->getRuleStatus();
711 tag = bi->getRuleStatus();
729 tag = bi->getRuleStatus();
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBreakIteratorICU.cpp732 int ruleStatus = ruleBasedBreakIterator->getRuleStatus();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/src/
H A Druntime.cc14532 int32_t status = rule_based_iterator->getRuleStatus();

Completed in 1065 milliseconds