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

/external/icu/icu4c/source/layout/
H A DMPreFixups.cpp31 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex) argument
35 if (baseIndex - mpreIndex > 1) {
37 fFixupData[fFixupCount].fMPreIndex = mpreIndex;
51 le_int32 mpreIndex = fFixupData[fixup].fMPreIndex; local
52 le_int32 mpreLimit = mpreIndex + 1;
67 le_int32 mpreCount = mpreLimit - mpreIndex;
83 mpreSave[i] = glyphStorage[mpreIndex + i];
84 indexSave[i] = glyphStorage.getCharIndex(mpreIndex + i, success); //charIndices[mpreIndex + i];
91 glyphStorage[mpreIndex
[all...]

Completed in 40 milliseconds