HomeSort by relevance Sort by last modified time
    Searched refs:tagList (Results 1 - 6 of 6) sorted by null

  /external/icu4c/common/
ucnv_io.h 41 const uint16_t *tagList;
ucnv_io.cpp 279 gMainTable.tagList = table + currOffset;
340 if (gMainTable.tagList) {
343 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
iexploder.rb 302 tagList = [ 'body']
305 1.upto(@htmlMaxTags - 5 ) { tagList << @htmlTags[rand(@htmlTags.length)] }
307 tagList.each { |tag|
  /external/webkit/Source/WebCore/html/
HTMLObjectElement.cpp 399 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/
iexploder.rb 593 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/
xmlparse.c     [all...]

Completed in 390 milliseconds