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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c7872 * @flagSubstitution: the specific flag for "substitution"
7888 int flagSubstitution,
7909 if (flagSubstitution != -1)
7910 *flags |= flagSubstitution;
7942 if (flagSubstitution != -1) {
7943 if ((*flags & flagSubstitution) == 0)
7944 *flags |= flagSubstitution;
7883 xmlSchemaPValAttrBlockFinal(const xmlChar *value, int *flags, int flagAll, int flagExtension, int flagRestriction, int flagSubstitution, int flagList, int flagUnion) argument
/external/libxml2/
H A Dxmlschemas.c7891 * @flagSubstitution: the specific flag for "substitution"
7907 int flagSubstitution,
7928 if (flagSubstitution != -1)
7929 *flags |= flagSubstitution;
7961 if (flagSubstitution != -1) {
7962 if ((*flags & flagSubstitution) == 0)
7963 *flags |= flagSubstitution;
7902 xmlSchemaPValAttrBlockFinal(const xmlChar *value, int *flags, int flagAll, int flagExtension, int flagRestriction, int flagSubstitution, int flagList, int flagUnion) argument

Completed in 279 milliseconds