Searched defs:InsertionRecord (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/layout/
H A DLEInsertionList.cpp15 struct InsertionRecord struct
17 InsertionRecord *next;
28 tail = (InsertionRecord *) &head;
39 InsertionRecord *record = head;
45 tail = (InsertionRecord *) &head;
60 InsertionRecord *insertion = (InsertionRecord *) LE_NEW_ARRAY(char, sizeof(InsertionRecord) + (count - ANY_NUMBER) * sizeof (LEGlyphID));
87 for (InsertionRecord *rec = head; rec != NULL; rec = rec->next) {

Completed in 75 milliseconds