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

  /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;
525 if (tagCount >= MAX_TAG_COUNT) {
535 for (t = 0; t < tagCount; ++t) {
543 if (tagCount >= MAX_TAG_COUNT) {
562 tags[tagCount].tag = GET_TAG_NUM(atag);
565 return tagCount++;
581 if (tagCount > UCNV_NUM_RESERVED_TAGS) {
607 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1);
733 for (idx = 0; idx < tagCount; idx++)
    [all...]
  /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/jdiff/src/jdiff/
RootDocToXML.java 277 int tagCount = pd[i].tags().length;
278 if (trace) System.out.println("#tags: " + tagCount);
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 557 milliseconds