Searched refs:tag_count (Results 1 – 3 of 3) sorted by relevance
592 def buildBodyTags(tag_count) argument595 1.upto(tag_count-1) { tagList << @htmlTags[rand(@htmlTags.length)] }633 def buildHeaderTags(tag_count) argument636 1.upto(tag_count-1) { header_tags << valid_head_tags[rand(valid_head_tags.length)] }692 tag_count = @config['html_tags_per_page']698 body_tags = buildBodyTags(tag_count - header_tags.length)711 lines = combine_combo_creator(tag_count, width, offsets)[2]717 0.upto(tag_count) do |line_number|
898 int32_t tag_count; in testTag() local908 tag_count=tags.getSize(); in testTag()909 CONFIRM_GE((int32_t)tag_count, (int32_t)0); in testTag()911 for(index=0; index <tag_count; index++){ in testTag()924 for(index=0; index <tag_count; index++){ in testTag()938 tag_count=0; in testTag()988 CONFIRM_EQ(count, tag_count); in testTag()
1608 int32_t tag_count= 0; in testTag() local1917 tag_count=0; in testTag()1924 tag_count=ures_getSize(tags); in testTag()1925 CONFIRM_INT_GE((int32_t)tag_count, (int32_t)0); in testTag()1927 for(idx=0; idx <tag_count; idx++){ in testTag()1943 tag_count=0; in testTag()1989 CONFIRM_INT_EQ(count, tag_count); in testTag()