Home
last modified time | relevance | path

Searched defs:nextType (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/search/
DStringMatcherUtility.java52 int nextType = Character.getType(target.codePointAt(0)); in matches() local
88 int nextType = Character.getType(Character.codePointAt(input, 1)); local
153 protected boolean isBreak(int thisType, int prevType, int nextType) { in isBreak()
211 protected boolean isBreak(int thisType, int prevType, int nextType) { in isBreak()