Searched defs:minLength (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DXSFacets.java45 * value of minLength facet.
47 public int minLength; field in class:XSFacets
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java1745 int minLength; field in class:Pattern.TreeInfo
1754 minLength = 0;
2819 info.minLength) :
2821 info.minLength));
2825 info.minLength) :
2827 info.minLength));
3394 int minLength; field in class:Pattern.Start
3399 minLength = info.minLength;
3402 if (i > matcher.to - minLength) {
[all...]

Completed in 1887 milliseconds