Home
last modified time | relevance | path

Searched refs:toMatcherState (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Djava_util_regex_Matcher.cpp147 static inline MatcherState* toMatcherState(jlong address) { in toMatcherState() function
161 MatcherState* state = toMatcherState(addr); in Matcher_findImpl()
172 MatcherState* state = toMatcherState(addr); in Matcher_findNextImpl()
183 MatcherState* state = toMatcherState(addr); in Matcher_groupCountImpl()
188 MatcherState* state = toMatcherState(addr); in Matcher_hitEndImpl()
197 MatcherState* state = toMatcherState(addr); in Matcher_lookingAtImpl()
208 MatcherState* state = toMatcherState(addr); in Matcher_matchesImpl()
230 MatcherState* state = toMatcherState(addr); in Matcher_requireEndImpl()
239 MatcherState* state = toMatcherState(addr); in Matcher_setInputImpl()
246 MatcherState* state = toMatcherState(addr); in Matcher_useAnchoringBoundsImpl()
[all …]