Lines Matching defs:table

917 	private Hashtable attrLevel;	// Sorted attribute table.
949 // table of registrations that do NOT have this
957 // Find the table of classes v.s. sorted value vectors.
989 // We know that the type table is fully initialized with
1178 * from the table.
1268 * A record for scopeTypeLangTable table,
1293 // (pointer-wise) regardless of where it is inserted into the table.
1298 // Keys for this table are scope/service type/lang tag. Values are
1301 // table are contained. This table is used in queries for positive
1336 // Keys for this table are service url as a string. We don't use
1344 // inserted. This table is used to perform deletions and for
1353 // Values in the lang tag table are Integer objects giving
1396 * @return The time interval until another table walk must be done,
1467 // Save the record for the service table, in case more
1517 * error occurs during registration or if the table
1594 * error occurs during the operation, or if the table
1660 * error occurs during registration or if the table
1715 * Delete the attributes from the ServiceURL object's table entries.
1728 * error occurs during the operation or if the table
1774 // Look through the language table for this language at scope level.
1865 * error occurs during the operation or if the table
1879 // Get all the keys in the table, look for scope.
1942 * empty table.
1954 * is bound to an empty table.
1957 * error occurs during the operation or if the table
2086 * error occurs during the operation or if the table
2223 * error occurs during the operation or if the table
2452 // Add to scope/type/lang table.
2534 // Add a record to the scope/type/language table.
2544 // Make key for scope/type/language table.
2567 // Add a new record into the attr value table.
2570 addRecordToAttrValueSort(Hashtable table,
2585 // If a type table record exists, use it. Otherwise,
2588 Hashtable ttable = (Hashtable)table.get(tag);
2592 table.put(tag, ttable);
2624 // Put the element into the deletion table.
2631 // Return a newly initialized attribute type table. It will
2647 // Add a new record into the attrs table.
2650 addRecordToAttrSort(BtreeVector table,
2662 table.add(new AttributeString("", rec.getLocale()), rec);
2676 List elem = table.add(attr.idPattern, rec);
2707 // Find the scope table..
2719 // For each scope, find the lang table.
2738 // Record the deletion in the scope/type table, and
2739 // also the number of regs table.
2761 // Record the deletion in the scope/type table, and
2762 // also the number of regs table.
2777 // If the table is empty, then remove the lang table.
2796 // Deregister a single locale from the language table.
2842 // scopes in the table. Otherwise perform it for
2859 // If no langLevel table, continue searching.
2996 // Drill down in the urlScopeLangTable table.
3042 // Drill down in the urlScopeLangTable table.
3289 // Utilities for dealing with service type/scope locale table.
3457 // Hash key calculations and hash table structuring.