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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dsetlocale.c97 static struct list *facets = NULL; local
110 while ((facetp = facets) != NULL)
112 facets = facetp->next;
122 for (facetp = facets; facetp != NULL; facetp = facetp->next)
134 facetp->next = facets;
135 facets = facetp;
141 for (facetp = facets; facetp != NULL; facetp = facetp->next)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DschemasInternals.in.h394 * Used to build a list of facets.
531 * indicates if the facets need a computed value
567 * has facets
573 * indicates if the facets (pattern) need a normalized value
621 xmlSchemaFacetPtr facets; /* Local facets */ member in struct:_xmlSchemaType
628 xmlSchemaFacetLinkPtr facetSet; /* All facets (incl. inherited) */
H A Dxmlschemas.c1773 * @type: the type holding the enumeration facets
1797 for (facet = type->facets; facet != NULL; facet = facet->next) {
3948 if (type->facets != NULL) {
3951 facet = type->facets;
11626 * Add the facets to the simple type ancestor.
11648 type->facets = facet;
11659 if (type->facets != NULL) {
11662 facet = type->facets;
15193 if (type->facets != NULL) {
15203 facet = type->facets;
[all...]
H A Dxmlschemastypes.c311 ret->facets = xmlSchemaNewMinLengthFacet(1);
5176 * For QName and NOTATION, those facets are
5330 * the value to be validated against a the facets;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DschemasInternals.h394 * Used to build a list of facets.
531 * indicates if the facets need a computed value
567 * has facets
573 * indicates if the facets (pattern) need a normalized value
621 xmlSchemaFacetPtr facets; /* Local facets */ member in struct:_xmlSchemaType
628 xmlSchemaFacetLinkPtr facetSet; /* All facets (incl. inherited) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DschemasInternals.in.h394 * Used to build a list of facets.
531 * indicates if the facets need a computed value
567 * has facets
573 * indicates if the facets (pattern) need a normalized value
621 xmlSchemaFacetPtr facets; /* Local facets */ member in struct:_xmlSchemaType
628 xmlSchemaFacetLinkPtr facetSet; /* All facets (incl. inherited) */
H A Dxmlschemas.c1773 * @type: the type holding the enumeration facets
1797 for (facet = type->facets; facet != NULL; facet = facet->next) {
3948 if (type->facets != NULL) {
3951 facet = type->facets;
11626 * Add the facets to the simple type ancestor.
11648 type->facets = facet;
11659 if (type->facets != NULL) {
11662 facet = type->facets;
15193 if (type->facets != NULL) {
15203 facet = type->facets;
[all...]
H A Dxmlschemastypes.c311 ret->facets = xmlSchemaNewMinLengthFacet(1);
5176 * For QName and NOTATION, those facets are
5330 * the value to be validated against a the facets;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c1773 * @type: the type holding the enumeration facets
1797 for (facet = type->facets; facet != NULL; facet = facet->next) {
3948 if (type->facets != NULL) {
3951 facet = type->facets;
11634 * Add the facets to the simple type ancestor.
11656 type->facets = facet;
11667 if (type->facets != NULL) {
11670 facet = type->facets;
15203 if (type->facets != NULL) {
15213 facet = type->facets;
[all...]
H A Dxmlschemastypes.c311 ret->facets = xmlSchemaNewMinLengthFacet(1);
5179 * For QName and NOTATION, those facets are
5333 * the value to be validated against a the facets;

Completed in 400 milliseconds