HomeSort by relevance Sort by last modified time
    Searched defs:facet (Results 1 - 9 of 9) sorted by null

  /external/clang/test/CXX/class/class.friend/
p1.cpp 66 class facet;
67 friend class facet; // should not assert
68 class facet {}; class in class:A
  /external/libcxx/src/
locale.cpp 61 void operator()(locale::facet* p) {p->__release_shared();}
134 : public facet
141 vector<facet*> facets_;
143 vector<facet*, __sso_allocator<facet*, N> > facets_;
152 __imp(const __imp&, facet* f, long id);
158 const locale::facet* use_facet(long id) const;
163 void install(facet* f, long id);
173 : facet(refs),
209 : facet(refs)
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */
400 xmlSchemaFacetPtr facet;/* the linked facet */ member in struct:_xmlSchemaFacetLink
549 * a whitespace-facet value of "preserve"
555 * a whitespace-facet value of "replace"
561 * a whitespace-facet value of "collapse"
799 * unknown facet handling
805 * preserve the type of the facet
811 * replace the type of the facet
817 * collapse the types of the facet
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */
400 xmlSchemaFacetPtr facet;/* the linked facet */ member in struct:_xmlSchemaFacetLink
549 * a whitespace-facet value of "preserve"
555 * a whitespace-facet value of "replace"
561 * a whitespace-facet value of "collapse"
799 * unknown facet handling
805 * preserve the type of the facet
811 * replace the type of the facet
817 * collapse the types of the facet
    [all...]
  /external/chromium_org/third_party/libxml/src/
relaxng.c 603 * @facet: the facet name
604 * @val: the facet value
608 * Function provided by a type library to check a value facet
613 const xmlChar * facet,
652 xmlRelaxNGFacetCheck facet; /* the facet check function */ member in struct:_xmlRelaxNGTypeLibrary
2483 xmlSchemaFacetPtr facet; local
    [all...]
xmlschemas.c 1783 xmlSchemaFacetPtr facet; local
3949 xmlSchemaFacetPtr facet, next; local
6614 xmlSchemaFacetPtr facet; local
11640 xmlSchemaFacetPtr facet, lastfacet = NULL; local
15272 xmlSchemaFacetPtr facet; local
15348 xmlSchemaFacetPtr facet; local
15459 xmlSchemaFacetPtr facet; local
15648 xmlSchemaFacetPtr facet; local
17194 xmlSchemaFacetPtr facet, bfacet, local
18817 xmlSchemaFacetPtr facet = typeDecl->facets; local
18831 facet = facet->next; local
24134 xmlSchemaFacetPtr facet; local
    [all...]
testapi.c 34674 xmlSchemaFacetPtr facet; \/* the facet *\/ local
35044 xmlSchemaFacetPtr facet; \/* an schemas type facet *\/ local
35373 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local
35426 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local
35497 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local
35557 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local
35626 xmlSchemaFacetPtr facet; \/* the facet to check *\/ local
    [all...]
  /external/libxml2/
relaxng.c 604 * @facet: the facet name
605 * @val: the facet value
609 * Function provided by a type library to check a value facet
614 const xmlChar * facet,
653 xmlRelaxNGFacetCheck facet; /* the facet check function */ member in struct:_xmlRelaxNGTypeLibrary
2484 xmlSchemaFacetPtr facet; local
    [all...]
xmlschemas.c 1788 xmlSchemaFacetPtr facet; local
3968 xmlSchemaFacetPtr facet, next; local
6633 xmlSchemaFacetPtr facet; local
11659 xmlSchemaFacetPtr facet, lastfacet = NULL; local
15301 xmlSchemaFacetPtr facet; local
15377 xmlSchemaFacetPtr facet; local
15488 xmlSchemaFacetPtr facet; local
15677 xmlSchemaFacetPtr facet; local
17223 xmlSchemaFacetPtr facet, bfacet, local
18846 xmlSchemaFacetPtr facet = typeDecl->facets; local
18860 facet = facet->next; local
24163 xmlSchemaFacetPtr facet; local
    [all...]

Completed in 826 milliseconds