Searched refs:textStart (Results 1 – 1 of 1) sorted by relevance
379 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) { in createBlocks() argument382 int startNode = Math.max(getBlockStart(textStart), minNode); in createBlocks()387 "text pos: " + textStart + "-" + textEnd + "\n" + in createBlocks()389 plainText.substring(textStart, textEnd)); in createBlocks()