Searched refs:tagList (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/
H A Ducnv_io.h41 const uint16_t *tagList; member in struct:UConverterAlias
H A Ducnv_io.c279 gMainTable.tagList = table + currOffset;
340 if (gMainTable.tagList) {
343 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
941 return GET_STRING(gMainTable.tagList[n]);
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
H A Diexploder.rb302 tagList = [ 'body']
305 1.upto(@htmlMaxTags - 5 ) { tagList << @htmlTags[rand(@htmlTags.length)] }
307 tagList.each { |tag|
/external/webkit/Source/WebCore/html/
H A DHTMLObjectElement.cpp399 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, tagList, ());
400 if (tagList.isEmpty()) {
416 tagList.add(tags[i]->localName().impl());
419 return tagList.contains(tagName.localName().impl());
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Diexploder.rb593 tagList = ['body']
595 1.upto(tag_count-1) { tagList << @htmlTags[rand(@htmlTags.length)] }
601 tagList[rand(tagList.length-1)+1] = tag
607 tagList.each do |tag|
/external/expat/lib/
H A Dxmlparse.c1084 TAG *tagList; local
1089 tagList = tagStack;
1092 if (tagList == NULL) {
1095 tagList = freeTagList;
1098 p = tagList;
1099 tagList = tagList->parent;

Completed in 165 milliseconds