Home
last modified time | relevance | path

Searched refs: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
58 lastType = thisType; in matches()
59 thisType = nextType; in matches()
62 if (matcher.isBreak(thisType, lastType, nextType) in matches()
89 int thisType = Character.getType(Character.codePointAt(input, 0)); local
92 prevType = thisType;
93 thisType = nextType;
97 if (matcher.isBreak(thisType, prevType, nextType)) {
159 protected boolean isBreak(int thisType, int prevType, int nextType) { in isBreak() argument
167 switch (thisType) { in isBreak()
[all …]