Lines Matching defs:gElements
83 Hashtable gElements(false);
357 setArray(Line **array, Hashtable *table = &gElements) {
586 //Line *toInsert = (Line *)gElements.get(key);
594 gElements.remove(key);
598 gElements.put(UnicodeString(toInsert->name, toInsert->len), toInsert, status);
638 toMove = (Line *)gElements.get(key);
742 Line *el = (Line *)gElements.get(key);
750 gElements.put(UnicodeString(line->name, line->len), toInsert, status);
770 gElements.put(UnicodeString(line->name, line->len), toInsert, status);
782 gElements.put(UnicodeString(line->name, line->len), toInsert, status);
1576 gElements.removeAll();
1669 gElements.setValueDeleter(deleteLineElement);