Home | History | Annotate | Download | only in widget

Lines Matching defs:deleteSurroundingTextInCodePoints

5955         public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) {
5956 return getTarget().deleteSurroundingTextInCodePoints(beforeLength, afterLength);