Home
last modified time | relevance | path

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

/external/icu4c/layout/
DMPreFixups.cpp67 le_int32 mpreCount = mpreLimit - mpreIndex; in apply() local
69 le_int32 mpreDest = baseIndex - mpreCount; in apply()
70 LEGlyphID *mpreSave = LE_NEW_ARRAY(LEGlyphID, mpreCount); in apply()
71 le_int32 *indexSave = LE_NEW_ARRAY(le_int32, mpreCount); in apply()
82 for (i = 0; i < mpreCount; i += 1) { in apply()
95 for (i = 0; i < mpreCount; i += 1) { in apply()