Home | History | Annotate | Download | only in latin

Lines Matching refs:deleteLength

2197         final int deleteLength = cancelLength + separatorLength;
2203 ic.getTextBeforeCursor(deleteLength, 0)
2211 ic.deleteSurroundingText(deleteLength, 0);
2213 ResearchLogger.latinIME_deleteSurroundingText(deleteLength);