Searched refs:thisType (Results 1 – 1 of 1) sorted by relevance
53 int thisType = Character.UNASSIGNED; in matches() local58 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)); local92 prevType = thisType;93 thisType = nextType;97 if (matcher.isBreak(thisType, prevType, nextType)) {159 protected boolean isBreak(int thisType, int prevType, int nextType) { in isBreak() argument167 switch (thisType) { in isBreak()[all …]