Searched defs:notations (Results 1 - 4 of 4) sorted by relevance

/external/expat/xmlwf/
H A Dxmlwf.c370 NotationList **notations; local
375 /* How many notations do we have? */
385 notations = malloc(notationCount * sizeof(NotationList *));
386 if (notations == NULL) {
387 fprintf(stderr, "Unable to sort notations");
395 notations[i] = p;
397 qsort(notations, notationCount, sizeof(NotationList *), notationCmp);
407 fputts(notations[i]->notationName, data->fp);
408 if (notations[i]->publicId != NULL) {
410 fputts(notations[
[all...]
/external/libxml2/include/libxml/
H A Dtree.h418 void *notations; /* Hash table for notations if any */ member in struct:_xmlDtd
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...

Completed in 248 milliseconds