Home
last modified time | relevance | path

Searched refs:InsertionRecord (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
DLEInsertionList.cpp15 struct InsertionRecord struct
17 InsertionRecord *next; argument
28 tail = (InsertionRecord *) &head; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
39 InsertionRecord *record = head; in reset()
45 tail = (InsertionRecord *) &head; in reset()
60InsertionRecord *insertion = (InsertionRecord *) LE_NEW_ARRAY(char, sizeof(InsertionRecord) + (cou… in insert()
87 for (InsertionRecord *rec = head; rec != NULL; rec = rec->next) { in applyInsertions()
DLEInsertionList.h15 struct InsertionRecord;
147 InsertionRecord *head;
154 InsertionRecord *tail;