HomeSort by relevance Sort by last modified time
    Searched defs:tagCount (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
BaseRenderer.cpp 93 int tagCount = 0;
94 const String* tags = getPerformanceTags(tagCount);
97 for (int i = 0; i < tagCount; i++) {
109 int textY = (tagCount * 12) + 30;
  /external/webkit/Source/WebCore/html/
HTMLObjectElement.cpp 401 size_t tagCount = 0;
402 QualifiedName** tags = HTMLNames::getHTMLTags(&tagCount);
403 for (size_t i = 0; i < tagCount; i++) {
  /external/icu4c/tools/gencnval/
gencnval.c 122 /* Think of this as a 3D array. It's tagCount by converterCount by aliasCount */
124 static uint16_t tagCount = 0;
515 if (tagCount >= MAX_TAG_COUNT) {
525 for (t = 0; t < tagCount; ++t) {
533 if (tagCount >= MAX_TAG_COUNT) {
552 tags[tagCount].tag = GET_TAG_NUM(atag);
555 return tagCount++;
571 if (tagCount > UCNV_NUM_RESERVED_TAGS) {
597 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1);
725 for (idx = 0; idx < tagCount; idx++)
    [all...]
  /external/jdiff/src/jdiff/
RootDocToXML.java 277 int tagCount = pd[i].tags().length;
278 if (trace) System.out.println("#tags: " + tagCount);
    [all...]

Completed in 852 milliseconds