Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/
H A DJoniRegExp.java113 final Matcher joniMatcher; field in JoniRegExp.JoniMatcher
117 this.joniMatcher = regex.matcher(input.toCharArray()); in JoniMatcher()
122 return joniMatcher.search(start, input.length(), Option.NONE) > -1; in search()
132 return joniMatcher.getBegin(); in start()
137 return group == 0 ? start() : joniMatcher.getRegion().beg[group]; in start()
142 return joniMatcher.getEnd(); in end()
147 return group == 0 ? end() : joniMatcher.getRegion().end[group]; in end()
152 return input.substring(joniMatcher.getBegin(), joniMatcher.getEnd()); in group()
160 final Region region = joniMatcher.getRegion(); in group()
166 final Region region = joniMatcher.getRegion(); in groupCount()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/
H A DJoniRegExp.java113 final Matcher joniMatcher; field in JoniRegExp.JoniMatcher
117 this.joniMatcher = regex.matcher(input.toCharArray()); in JoniMatcher()
122 return joniMatcher.search(start, input.length(), Option.NONE) > -1; in search()
132 return joniMatcher.getBegin(); in start()
137 return group == 0 ? start() : joniMatcher.getRegion().beg[group]; in start()
142 return joniMatcher.getEnd(); in end()
147 return group == 0 ? end() : joniMatcher.getRegion().end[group]; in end()
152 return input.substring(joniMatcher.getBegin(), joniMatcher.getEnd()); in group()
160 final Region region = joniMatcher.getRegion(); in group()
166 final Region region = joniMatcher.getRegion(); in groupCount()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/
H A DJoniRegExp.java113 final Matcher joniMatcher; field in JoniRegExp.JoniMatcher
117 this.joniMatcher = regex.matcher(input.toCharArray()); in JoniMatcher()
122 return joniMatcher.search(start, input.length(), Option.NONE) > -1; in search()
132 return joniMatcher.getBegin(); in start()
137 return group == 0 ? start() : joniMatcher.getRegion().beg[group]; in start()
142 return joniMatcher.getEnd(); in end()
147 return group == 0 ? end() : joniMatcher.getRegion().end[group]; in end()
152 return input.substring(joniMatcher.getBegin(), joniMatcher.getEnd()); in group()
160 final Region region = joniMatcher.getRegion(); in group()
166 final Region region = joniMatcher.getRegion(); in groupCount()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/
H A DJoniRegExp.java111 final Matcher joniMatcher; field in JoniRegExp.JoniMatcher
115 this.joniMatcher = regex.matcher(input.toCharArray()); in JoniMatcher()
120 return joniMatcher.search(start, input.length(), Option.NONE) > -1; in search()
130 return joniMatcher.getBegin(); in start()
135 return group == 0 ? start() : joniMatcher.getRegion().beg[group]; in start()
140 return joniMatcher.getEnd(); in end()
145 return group == 0 ? end() : joniMatcher.getRegion().end[group]; in end()
150 return input.substring(joniMatcher.getBegin(), joniMatcher.getEnd()); in group()
158 final Region region = joniMatcher.getRegion(); in group()
164 final Region region = joniMatcher.getRegion(); in groupCount()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/
H A DJoniRegExp.java113 final Matcher joniMatcher; field in JoniRegExp.JoniMatcher
117 this.joniMatcher = regex.matcher(input.toCharArray()); in JoniMatcher()
122 return joniMatcher.search(start, input.length(), Option.NONE) > -1; in search()
132 return joniMatcher.getBegin(); in start()
137 return group == 0 ? start() : joniMatcher.getRegion().beg[group]; in start()
142 return joniMatcher.getEnd(); in end()
147 return group == 0 ? end() : joniMatcher.getRegion().end[group]; in end()
152 return input.substring(joniMatcher.getBegin(), joniMatcher.getEnd()); in group()
160 final Region region = joniMatcher.getRegion(); in group()
166 final Region region = joniMatcher.getRegion(); in groupCount()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/regexp/
H A DJoniRegExp.java113 final Matcher joniMatcher; field in JoniRegExp.JoniMatcher
117 this.joniMatcher = regex.matcher(input.toCharArray()); in JoniMatcher()
122 return joniMatcher.search(start, input.length(), Option.NONE) > -1; in search()
132 return joniMatcher.getBegin(); in start()
137 return group == 0 ? start() : joniMatcher.getRegion().beg[group]; in start()
142 return joniMatcher.getEnd(); in end()
147 return group == 0 ? end() : joniMatcher.getRegion().end[group]; in end()
152 return input.substring(joniMatcher.getBegin(), joniMatcher.getEnd()); in group()
160 final Region region = joniMatcher.getRegion(); in group()
166 final Region region = joniMatcher.getRegion(); in groupCount()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/regexp/
H A DJoniRegExp.java113 final Matcher joniMatcher; field in JoniRegExp.JoniMatcher
117 this.joniMatcher = regex.matcher(input.toCharArray()); in JoniMatcher()
122 return joniMatcher.search(start, input.length(), Option.NONE) > -1; in search()
132 return joniMatcher.getBegin(); in start()
137 return group == 0 ? start() : joniMatcher.getRegion().beg[group]; in start()
142 return joniMatcher.getEnd(); in end()
147 return group == 0 ? end() : joniMatcher.getRegion().end[group]; in end()
152 return input.substring(joniMatcher.getBegin(), joniMatcher.getEnd()); in group()
160 final Region region = joniMatcher.getRegion(); in group()
166 final Region region = joniMatcher.getRegion(); in groupCount()