Searched refs:allNames (Results 1 – 3 of 3) sorted by relevance
110 allNames = {}113 if glyphName in allNames:115 n = allNames[glyphName]116 allNames[glyphName] = n + 1121 allNames[glyphName] = 1
136 iter = allNames.iterator(); in generateLetterIndex()865 allNames = new ArrayList(); // Index[] in emitAllDiffsIndex()868 allNames.addAll(packageNames); in emitAllDiffsIndex()869 allNames.addAll(classNames); in emitAllDiffsIndex()870 allNames.addAll(ctorNames); in emitAllDiffsIndex()871 allNames.addAll(methNames); in emitAllDiffsIndex()872 allNames.addAll(fieldNames); in emitAllDiffsIndex()874 Collections.sort(allNames); in emitAllDiffsIndex()885 Iterator iter = allNames.iterator(); in emitAllDiffsIndex()946 private List allNames = null; // Index[] field in HTMLIndexes
497 allNames = {}510 while tempName in allNames:514 allNames[tempName] = 1