Home
last modified time | relevance | path

Searched refs:tagId (Results 1 – 6 of 6) sorted by relevance

/external/svox/pico/lib/
Dpicotok.c275 static MarkupId tok_markupTagId (picoos_uchar tagId[]);
597 static MarkupId tok_markupTagId (picoos_uchar tagId[]) in tok_markupTagId() argument
599 if (picoos_strstr(tagId,(picoos_char *)"svox:") == (picoos_char *)tagId) { in tok_markupTagId()
600 tagId+=5; in tok_markupTagId()
602 if (tok_strEqual(tagId, TOK_MARKUP_KW_IGNORE)) { in tok_markupTagId()
604 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_SPEED)) { in tok_markupTagId()
606 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_PITCH)) { in tok_markupTagId()
608 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_VOLUME)) { in tok_markupTagId()
610 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_SPEAKER)) { in tok_markupTagId()
612 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_VOICE)) { in tok_markupTagId()
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNotificationManager.java43 Integer tagId = idForTag.remove(tag); in cancel() local
47 notifications.remove(tagId); in cancel()
/external/srec/tools/grxmlcompile/
Dsub_base.cpp101 NUANArc *SubGraph::InheritReverseArcWithTag (NUANArc *arcBase, int id, int tagId) in InheritReverseArcWithTag() argument
106 arc_one->AssignOutput (tagId); in InheritReverseArcWithTag()
Dsub_grph.h213 NUANArc *InheritReverseArcWithTag (NUANArc *arcBase, int id, int tagId);
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2319490 (DocumentImpl::tagId):
19793 (DocumentImpl::createHTMLElement): Pass in HTMLElementNamespace() rather than 0 to tagId.
19795 (DocumentImpl::tagId): Ditto.
24839 …(DocumentImpl::tagId): Use ID_LAST_TAG + 1 for the ID of the first assigned tag ID. Before we'd us…
26963 … * khtml/html/htmltokenizer.cpp: (khtml::HTMLTokenizer::parseTag): Call the tagId function in the
27414 … * khtml/html/htmltokenizer.cpp: (khtml::HTMLTokenizer::parseTag): Call the tagId function in the
27523 … * khtml/html/htmltokenizer.cpp: (khtml::HTMLTokenizer::parseTag): Call the tagId function in the
52390 (DocumentImpl::tagId):
DChangeLog-2002-12-0315748 (DocumentImpl::attrName), (DocumentImpl::tagId), (DocumentImpl::tagName),