Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java268 private int fMinLength = -1; field in XSSimpleTypeDecl
388 fMinLength = fBase.fMinLength; in XSSimpleTypeDecl()
508 fMinLength = fBase.fMinLength; in setRestrictionValues()
1178 if (fMinLength != fBase.fMinLength){ in applyFacets()
1204 … if ( (fBase.fFixedFacet & FACET_MINLENGTH) != 0 && fMinLength != fBase.fMinLength ) { in applyFacets()
1209 if ( fMinLength < fBase.fMinLength ) { in applyFacets()
1436 fMinLength = fBase.fMinLength; in applyFacets()
2208 return (fMinLength == -1)?null:Integer.toString(fMinLength); in getLexicalFacetValue()
2983 fMinLength = -1; in reset()
3073 if (fMinLength != -1) { in getFacets()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java268 private int fMinLength = -1; field in XSSimpleTypeDecl
388 fMinLength = fBase.fMinLength; in XSSimpleTypeDecl()
508 fMinLength = fBase.fMinLength; in setRestrictionValues()
1178 if (fMinLength != fBase.fMinLength){ in applyFacets()
1204 … if ( (fBase.fFixedFacet & FACET_MINLENGTH) != 0 && fMinLength != fBase.fMinLength ) { in applyFacets()
1209 if ( fMinLength < fBase.fMinLength ) { in applyFacets()
1436 fMinLength = fBase.fMinLength; in applyFacets()
2208 return (fMinLength == -1)?null:Integer.toString(fMinLength); in getLexicalFacetValue()
2983 fMinLength = -1; in reset()
3073 if (fMinLength != -1) { in getFacets()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java268 private int fMinLength = -1; field in XSSimpleTypeDecl
388 fMinLength = fBase.fMinLength; in XSSimpleTypeDecl()
508 fMinLength = fBase.fMinLength; in setRestrictionValues()
1178 if (fMinLength != fBase.fMinLength){ in applyFacets()
1204 … if ( (fBase.fFixedFacet & FACET_MINLENGTH) != 0 && fMinLength != fBase.fMinLength ) { in applyFacets()
1209 if ( fMinLength < fBase.fMinLength ) { in applyFacets()
1436 fMinLength = fBase.fMinLength; in applyFacets()
2208 return (fMinLength == -1)?null:Integer.toString(fMinLength); in getLexicalFacetValue()
2983 fMinLength = -1; in reset()
3073 if (fMinLength != -1) { in getFacets()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java268 private int fMinLength = -1; field in XSSimpleTypeDecl
388 fMinLength = fBase.fMinLength; in XSSimpleTypeDecl()
508 fMinLength = fBase.fMinLength; in setRestrictionValues()
1178 if (fMinLength != fBase.fMinLength){ in applyFacets()
1204 … if ( (fBase.fFixedFacet & FACET_MINLENGTH) != 0 && fMinLength != fBase.fMinLength ) { in applyFacets()
1209 if ( fMinLength < fBase.fMinLength ) { in applyFacets()
1436 fMinLength = fBase.fMinLength; in applyFacets()
2208 return (fMinLength == -1)?null:Integer.toString(fMinLength); in getLexicalFacetValue()
2983 fMinLength = -1; in reset()
3073 if (fMinLength != -1) { in getFacets()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java268 private int fMinLength = -1; field in XSSimpleTypeDecl
388 fMinLength = fBase.fMinLength; in XSSimpleTypeDecl()
508 fMinLength = fBase.fMinLength; in setRestrictionValues()
1178 if (fMinLength != fBase.fMinLength){ in applyFacets()
1204 … if ( (fBase.fFixedFacet & FACET_MINLENGTH) != 0 && fMinLength != fBase.fMinLength ) { in applyFacets()
1209 if ( fMinLength < fBase.fMinLength ) { in applyFacets()
1436 fMinLength = fBase.fMinLength; in applyFacets()
2208 return (fMinLength == -1)?null:Integer.toString(fMinLength); in getLexicalFacetValue()
2983 fMinLength = -1; in reset()
3073 if (fMinLength != -1) { in getFacets()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java268 private int fMinLength = -1; field in XSSimpleTypeDecl
388 fMinLength = fBase.fMinLength; in XSSimpleTypeDecl()
508 fMinLength = fBase.fMinLength; in setRestrictionValues()
1178 if (fMinLength != fBase.fMinLength){ in applyFacets()
1204 … if ( (fBase.fFixedFacet & FACET_MINLENGTH) != 0 && fMinLength != fBase.fMinLength ) { in applyFacets()
1209 if ( fMinLength < fBase.fMinLength ) { in applyFacets()
1436 fMinLength = fBase.fMinLength; in applyFacets()
2208 return (fMinLength == -1)?null:Integer.toString(fMinLength); in getLexicalFacetValue()
2983 fMinLength = -1; in reset()
3073 if (fMinLength != -1) { in getFacets()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java268 private int fMinLength = -1; field in XSSimpleTypeDecl
388 fMinLength = fBase.fMinLength; in XSSimpleTypeDecl()
508 fMinLength = fBase.fMinLength; in setRestrictionValues()
1178 if (fMinLength != fBase.fMinLength){ in applyFacets()
1204 … if ( (fBase.fFixedFacet & FACET_MINLENGTH) != 0 && fMinLength != fBase.fMinLength ) { in applyFacets()
1209 if ( fMinLength < fBase.fMinLength ) { in applyFacets()
1436 fMinLength = fBase.fMinLength; in applyFacets()
2208 return (fMinLength == -1)?null:Integer.toString(fMinLength); in getLexicalFacetValue()
2983 fMinLength = -1; in reset()
3073 if (fMinLength != -1) { in getFacets()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java268 private int fMinLength = -1; field in XSSimpleTypeDecl
388 fMinLength = fBase.fMinLength; in XSSimpleTypeDecl()
508 fMinLength = fBase.fMinLength; in setRestrictionValues()
1178 if (fMinLength != fBase.fMinLength){ in applyFacets()
1204 … if ( (fBase.fFixedFacet & FACET_MINLENGTH) != 0 && fMinLength != fBase.fMinLength ) { in applyFacets()
1209 if ( fMinLength < fBase.fMinLength ) { in applyFacets()
1436 fMinLength = fBase.fMinLength; in applyFacets()
2208 return (fMinLength == -1)?null:Integer.toString(fMinLength); in getLexicalFacetValue()
2983 fMinLength = -1; in reset()
3073 if (fMinLength != -1) { in getFacets()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java265 private int fMinLength = -1; field in XSSimpleTypeDecl
386 fMinLength = fBase.fMinLength; in XSSimpleTypeDecl()
507 fMinLength = fBase.fMinLength; in setRestrictionValues()
1103 if(fMinLength > fMaxLength) in applyFacets()
1180 if (fMinLength != fBase.fMinLength){ in applyFacets()
1206 … if ( (fBase.fFixedFacet & FACET_MINLENGTH) != 0 && fMinLength != fBase.fMinLength ) { in applyFacets()
1211 if ( fMinLength < fBase.fMinLength ) { in applyFacets()
1438 fMinLength = fBase.fMinLength; in applyFacets()
2213 return (fMinLength == -1)?null:Integer.toString(fMinLength); in getLexicalFacetValue()
2975 fMinLength = -1; in reset()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java265 private int fMinLength = -1; field in XSSimpleTypeDecl
386 fMinLength = fBase.fMinLength; in XSSimpleTypeDecl()
507 fMinLength = fBase.fMinLength; in setRestrictionValues()
1103 if(fMinLength > fMaxLength) in applyFacets()
1180 if (fMinLength != fBase.fMinLength){ in applyFacets()
1206 … if ( (fBase.fFixedFacet & FACET_MINLENGTH) != 0 && fMinLength != fBase.fMinLength ) { in applyFacets()
1211 if ( fMinLength < fBase.fMinLength ) { in applyFacets()
1438 fMinLength = fBase.fMinLength; in applyFacets()
2213 return (fMinLength == -1)?null:Integer.toString(fMinLength); in getLexicalFacetValue()
2975 fMinLength = -1; in reset()
[all …]
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/datatype/
H A DAbstractStringValidator.hpp182 XMLSize_t fMinLength; member in AbstractStringValidator
203 return fMinLength; in getMinLength()
227 fMinLength = newMinLength; in setMinLength()
H A DAbstractStringValidator.cpp81 ,fMinLength(0) in AbstractStringValidator()
737 serEng.writeSize (fMinLength); in IMPL_XSERIALIZABLE_NOCREATE()
752 serEng.readSize (fMinLength); in IMPL_XSERIALIZABLE_NOCREATE()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/datatype/
H A DAbstractStringValidator.hpp182 XMLSize_t fMinLength; member in AbstractStringValidator
203 return fMinLength; in getMinLength()
227 fMinLength = newMinLength; in setMinLength()
H A DAbstractStringValidator.cpp81 ,fMinLength(0) in AbstractStringValidator()
737 serEng.writeSize (fMinLength); in IMPL_XSERIALIZABLE_NOCREATE()
752 serEng.readSize (fMinLength); in IMPL_XSERIALIZABLE_NOCREATE()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/regx/
H A DRegularExpression.cpp269 fMinLength(0), in RegularExpression()
306 fMinLength(0), in RegularExpression()
345 fMinLength(0), in RegularExpression()
380 fMinLength(0), in RegularExpression()
593 if(context.fLimit<fMinLength) in matches()
596 XMLSize_t limit = context.fLimit - fMinLength; in matches()
1504 fMinLength = fTokenTree->getMinLength(); in prepare()
H A DRegularExpression.hpp585 XMLSize_t fMinLength; member in RegularExpression
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/util/regx/
H A DRegularExpression.cpp269 fMinLength(0), in RegularExpression()
306 fMinLength(0), in RegularExpression()
345 fMinLength(0), in RegularExpression()
380 fMinLength(0), in RegularExpression()
593 if(context.fLimit<fMinLength) in matches()
596 XMLSize_t limit = context.fLimit - fMinLength; in matches()
1504 fMinLength = fTokenTree->getMinLength(); in prepare()
H A DRegularExpression.hpp585 XMLSize_t fMinLength; member in RegularExpression