Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/search/
DStringMatcherUtility.java53 int thisType = Character.UNASSIGNED; in matches() local
89 int thisType = Character.getType(Character.codePointAt(input, 0)); local
159 protected boolean isBreak(int thisType, int prevType, int nextType) { in isBreak()
217 protected boolean isBreak(int thisType, int prevType, int nextType) { in isBreak()