Searched defs:isBoundary (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Drbbi.cpp861 UBool RuleBasedBreakIterator::isBoundary(int32_t offset) { function in class:RuleBasedBreakIterator
/external/icu4c/i18n/
H A Drematch.cpp2515 UBool isBoundary = FALSE; local
2546 isBoundary = cIsWord ^ prevCIsWord;
2547 return isBoundary;
2551 UBool isBoundary = FALSE; local
2585 isBoundary = cIsWord ^ prevCIsWord;
2586 return isBoundary;
2623 returnVal = fWordBreakItr->isBoundary((int32_t)pos);
/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))

Completed in 238 milliseconds