Searched refs:CodepointIndexFinder (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/emoji/core/src/android/support/text/emoji/
H A DEmojiProcessor.java361 start = CodepointIndexFinder.findIndexBackward(editable, selectionStart,
363 end = CodepointIndexFinder.findIndexForward(editable, selectionEnd,
366 if (start == CodepointIndexFinder.INVALID_INDEX
367 || end == CodepointIndexFinder.INVALID_INDEX) {
601 private static final class CodepointIndexFinder { class in class:EmojiProcessor

Completed in 32 milliseconds