Home
last modified time | relevance | path

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

/external/icu4c/layout/
DLEGlyphStorage.cpp23 fAuxData(NULL), fInsertionList(NULL), fSrcIndex(0), fDestIndex(0) in LEGlyphStorage()
47 if (fInsertionList != NULL) { in reset()
48 delete fInsertionList; in reset()
49 fInsertionList = NULL; in reset()
109 if (fInsertionList == NULL) { in allocateGlyphArray()
111 fInsertionList = new LEInsertionList(rightToLeft); in allocateGlyphArray()
455 if (fInsertionList != NULL) { in adoptGlyphArray()
456 delete fInsertionList; in adoptGlyphArray()
459 fInsertionList = from.fInsertionList; in adoptGlyphArray()
460 from.fInsertionList = NULL; in adoptGlyphArray()
[all …]
DLEGlyphStorage.h78 LEInsertionList *fInsertionList; variable