Home
last modified time | relevance | path

Searched refs:isStartTag (Results 1 – 2 of 2) sorted by relevance

/external/svox/pico/lib/
Dpicotok.c673 …pretMarkup (picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_bool isStartTag, MarkupId mId) in tok_interpretMarkup() argument
694 if (isStartTag && tok_strEqual(tok->markupParams[0].paramId,(picoos_uchar*)"")) { in tok_interpretMarkup()
697 … } else if (!isStartTag && tok_strEqual(tok->markupParams[0].paramId, (picoos_uchar*)"")) { in tok_interpretMarkup()
703 if (isStartTag && tok_strEqual(tok->markupParams[0].paramId, KWLevel)) { in tok_interpretMarkup()
713 … } else if (!isStartTag && tok_strEqual(tok->markupParams[0].paramId, (picoos_uchar*)"")) { in tok_interpretMarkup()
719 if (isStartTag && tok_strEqual(tok->markupParams[0].paramId, KWLevel)) { in tok_interpretMarkup()
729 … } else if (!isStartTag && tok_strEqual(tok->markupParams[0].paramId, (picoos_uchar*)"")) { in tok_interpretMarkup()
735 if (isStartTag && tok_strEqual(tok->markupParams[0].paramId, KWLevel)) { in tok_interpretMarkup()
745 … } else if (!isStartTag && tok_strEqual(tok->markupParams[0].paramId, (picoos_uchar*)"")) { in tok_interpretMarkup()
751 if (isStartTag && tok_strEqual(tok->markupParams[0].paramId, KWLevel)) { in tok_interpretMarkup()
[all …]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPSerializerRDF.java1143 private void emitRDFArrayTag(XMPNode arrayNode, boolean isStartTag, int indent) in emitRDFArrayTag() argument
1146 if (isStartTag || arrayNode.hasChildren()) in emitRDFArrayTag()
1149 write(isStartTag ? "<rdf:" : "</rdf:"); in emitRDFArrayTag()
1164 if (isStartTag && !arrayNode.hasChildren()) in emitRDFArrayTag()