Searched defs:endOfBlock (Results 1 - 2 of 2) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DComment.java268 private void parseBlock(String text, int startOfBlock, int endOfBlock) { argument
273 index < endOfBlock && !isWhitespaceChar(c); c = text.charAt(index++)) {}
281 if (index == endOfBlock) {
290 while (index < endOfBlock && isWhitespaceChar(text.charAt(index++))) {}
294 text.substring(startOfSecondPart, endOfBlock), false, pos);
/external/webkit/Source/WebCore/editing/
H A Dvisible_units.cpp948 VisiblePosition endOfBlock(const VisiblePosition& visiblePosition, EditingBoundaryCrossingRule rule) function in namespace:WebCore
969 return pos.isNotNull() && pos == endOfBlock(pos, CanCrossEditingBoundary);

Completed in 195 milliseconds