OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsertionRecord
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
LEInsertionList.cpp
15
struct
InsertionRecord
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) {
LEInsertionList.h
15
struct
InsertionRecord
;
147
InsertionRecord
*head;
154
InsertionRecord
*tail;
Completed in 490 milliseconds