HomeSort by relevance Sort by last modified time
    Searched refs:isBoundary (Results 1 - 25 of 28) sorted by null

1 2

  /libcore/luni/src/main/java/java/text/
RuleBasedBreakIterator.java 24 * We need this because BreakIterator.isBoundary and BreakIterator.preceding are non-abstract,
143 * @see java.text.BreakIterator#isBoundary(int)
146 public boolean isBoundary(int offset) {
148 return wrapped.isBoundary(offset);
BreakIterator.java 361 public boolean isBoundary(int offset) {
362 return wrapped.isBoundary(offset);
  /external/chromium/third_party/icu/source/test/perf/ubrkperf/
ubrkperf.h 67 if(m_brkIt_->isBoundary(j)) {
77 if(m_brkIt_->isBoundary(j)) {
ubrkperfold.cpp 377 if(brkit->isBoundary(j)) {
391 if(brkit->isBoundary(j)) {
  /external/icu4c/test/perf/ubrkperf/
ubrkperf.h 67 if(m_brkIt_->isBoundary(j)) {
77 if(m_brkIt_->isBoundary(j)) {
ubrkperfold.cpp 377 if(brkit->isBoundary(j)) {
391 if(brkit->isBoundary(j)) {
  /external/chromium/third_party/icu/public/common/unicode/
brkiter.h 273 virtual UBool isBoundary(int32_t offset) = 0;
rbbi.h 463 virtual UBool isBoundary(int32_t offset);
  /external/chromium/third_party/icu/source/i18n/
stsearch.cpp 388 (m_breakiterator_->isBoundary(m_search_->matchedIndex) &&
389 m_breakiterator_->isBoundary(m_search_->matchedIndex +
476 (m_breakiterator_->isBoundary(m_search_->matchedIndex) &&
477 m_breakiterator_->isBoundary(m_search_->matchedIndex +
rematch.cpp     [all...]
  /external/icu4c/common/unicode/
brkiter.h 273 virtual UBool isBoundary(int32_t offset) = 0;
rbbi.h 463 virtual UBool isBoundary(int32_t offset);
  /external/icu4c/i18n/
stsearch.cpp 388 (m_breakiterator_->isBoundary(m_search_->matchedIndex) &&
389 m_breakiterator_->isBoundary(m_search_->matchedIndex +
476 (m_breakiterator_->isBoundary(m_search_->matchedIndex) &&
477 m_breakiterator_->isBoundary(m_search_->matchedIndex +
rematch.cpp     [all...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeBreakIterator.java 122 public boolean isBoundary(int offset) {
  /external/chromium/third_party/icu/source/common/
ubrk.cpp 261 return ((RuleBasedBreakIterator *)bi)->RuleBasedBreakIterator::isBoundary(offset);
unorm.cpp     [all...]
rbbi.cpp 857 UBool RuleBasedBreakIterator::isBoundary(int32_t offset) {
    [all...]
  /external/icu4c/common/
ubrk.cpp 261 return ((RuleBasedBreakIterator *)bi)->RuleBasedBreakIterator::isBoundary(offset);
rbbi.cpp 859 UBool RuleBasedBreakIterator::isBoundary(int32_t offset) {
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
rbbiapts.cpp 546 // isBoundary()
549 if (bi->isBoundary(3) != TRUE) {
558 if (bi->isBoundary(11) != FALSE) {
    [all...]
rbbitst.cpp     [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp 533 // isBoundary()
536 if (bi->isBoundary(3) != TRUE) {
545 if (bi->isBoundary(11) != FALSE) {
    [all...]
rbbitst.cpp     [all...]
  /prebuilt/sdk/5/
android.jar 

Completed in 305 milliseconds

1 2