Searched refs:isBoundary (Results 1 - 14 of 14) sorted by relevance

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DBreakIteratorTest.java106 iterator.isBoundary(2);
111 assertTrue(iterator.isBoundary(2));
112 assertFalse(iterator.isBoundary(1));
113 assertTrue(iterator.isBoundary(0));
115 iterator.isBoundary(-1);
120 iterator.isBoundary(TEXT.length());
/external/icu4c/test/perf/ubrkperf/
H A Dubrkperf.h67 if(m_brkIt_->isBoundary(j)) {
77 if(m_brkIt_->isBoundary(j)) {
H A Dubrkperfold.cpp377 if(brkit->isBoundary(j)) {
391 if(brkit->isBoundary(j)) {
/external/icu4c/i18n/
H A Dstsearch.cpp388 (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 +
H A Drematch.cpp2519 UBool isBoundary = FALSE; local
2550 isBoundary = cIsWord ^ prevCIsWord;
2551 return isBoundary;
2555 UBool isBoundary = FALSE; local
2589 isBoundary = cIsWord ^ prevCIsWord;
2590 return isBoundary;
2627 returnVal = fWordBreakItr->isBoundary((int32_t)pos);
/external/icu4c/common/unicode/
H A Dbrkiter.h273 virtual UBool isBoundary(int32_t offset) = 0;
H A Drbbi.h493 virtual UBool isBoundary(int32_t offset);
/external/chromium/chrome/browser/history/
H A Dsnippet.cc127 // isBoundary() is not very fast, but should be good enough for the
129 bi->isBoundary(*utf8_pos);
148 bi->isBoundary(previous_match_end);
/external/icu4c/common/
H A Dubrk.cpp271 return ((RuleBasedBreakIterator *)bi)->RuleBasedBreakIterator::isBoundary(offset);
H A Drbbi.cpp891 UBool RuleBasedBreakIterator::isBoundary(int32_t offset) { function in class:RuleBasedBreakIterator
/external/icu4c/test/intltest/
H A Drbbiapts.cpp534 // isBoundary()
537 if (bi->isBoundary(3) != TRUE) {
546 if (bi->isBoundary(11) != FALSE) {
1170 isB = bi.isBoundary(i);
1171 logln((UnicodeString)"bi.isBoundary(" + i + ") -> " + isB);
1175 errln((UnicodeString)"Wrong result from isBoundary() for " + i + (UnicodeString)": expected true, got false");
1180 errln((UnicodeString)"Wrong result from isBoundary() for " + i + (UnicodeString)": expected false, got true");
H A Drbbitst.cpp1033 if (bi.isBoundary(i)) {
1200 onBoundary = iter->isBoundary(index);
1202 errln((UnicodeString)"Didn't handle isBoundary correctly with offset = " + index +
3912 if (!bi->isBoundary(j)) {
3914 test->errln("isBoundary() failed. Expected boundary at position %d", j);
3918 if (bi->isBoundary(j)) {
3920 test->errln("isBoundary() failed. Not expecting boundary at position %d", j);
4090 if (bi->isBoundary(j)) {
4098 if (!bi->isBoundary(i)) {
4510 // Find the break positions using isBoundary() test
[all...]
/external/webkit/Source/WebCore/editing/
H A DSelectionController.cpp750 static bool isBoundary(TextGranularity granularity) function in namespace:WebCore
820 if (!m_frame || !m_frame->editor()->behavior().shouldAlwaysGrowSelectionWhenExtendingToBoundary() || m_selection.isCaret() || !isBoundary(granularity))
/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 ...

Completed in 240 milliseconds