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

  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 81 curTable = curStrike.bitmapSizeTable
82 dummy, data = sstruct.unpack2(bitmapSizeTableFormatPart1, data, curTable)
85 vars(curTable)[metric] = metricObj
87 dummy, data = sstruct.unpack2(bitmapSizeTableFormatPart2, data, curTable)
90 curTable = curStrike.bitmapSizeTable
91 for subtableIndex in range(curTable.numberOfIndexSubTables):
92 lowerBound = curTable.indexSubTableArrayOffset + subtableIndex * indexSubTableArraySize
98 offsetToIndexSubTable = curTable.indexSubTableArrayOffset + additionalOffsetToIndexSubtable
158 curTable = curStrike.bitmapSizeTable
159 curTable.numberOfIndexSubTables = len(curStrike.indexSubTables
    [all...]
  /external/iptables/iptables/
iptables-xml.c 87 static char curTable[XT_TABLE_MAXNAMELEN + 1];
325 if (curTable[0])
327 curTable[0] = 0;
335 strncpy(curTable, table, XT_TABLE_MAXNAMELEN);
336 curTable[XT_TABLE_MAXNAMELEN] = '\0';
339 xmlAttrS("name", curTable);
594 //xmlAttrS("table",curTable); // not needed in full mode
682 if ((strcmp(buffer, "COMMIT\n") == 0) && (curTable[0])) {
701 } else if ((buffer[0] == ':') && (curTable[0])) {
732 } else if (curTable[0])
    [all...]

Completed in 142 milliseconds