Searched refs:textRange (Results 1 - 1 of 1) sorted by relevance

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DSearchAlgorithm.java26 public abstract int search(Regex regex, char[] text, int textP, int textEnd, int textRange); argument
38 public final int search(final Regex regex, final char[] text, final int textP, final int textEnd, final int textRange) {
57 public final int search(final Regex regex, final char[] text, final int textP, final int textEnd, final int textRange) {
66 if (end > textRange) {
67 end = textRange;
138 public final int search(final Regex regex, final char[] text, final int textP, final int textEnd, final int textRange) { argument
146 if (end > textRange) {
147 end = textRange;
202 public final int search(final Regex regex, final char[] text, final int textP, final int textEnd, final int textRange) {
207 int end = textRange
[all...]

Completed in 38 milliseconds