Home
last modified time | relevance | path

Searched refs:_list (Results 1 – 3 of 3) sorted by relevance

/trunk/main/l10ntools/scripts/tool/
H A Dpseudo.py26 _list = [] variable in PseudoSet
29 return str(self._list)
32 self._list = self._remove_dupes(newlist)
36 if self._list != None and other != None:
37 tmplist.extend(self._list)
45 if self._list != None and other != None:
46 tmplist.extend(self._list)
54 if other != None and self._list != None:
61 return self._list.__iter__()
64 return list(self._list.items())
[all …]
/trunk/main/vcl/source/fontsubset/
H A Dlist.cxx54 struct _list { struct
124 list pThis = (list)rtl_allocateMemory(sizeof(struct _list)); in listNewEmpty()
141 pThis = rtl_allocateMemory(sizeof(struct _list)); in listNewCopy()
/trunk/main/vcl/inc/
H A Dlist.h44 typedef struct _list *list;

Completed in 35 milliseconds