OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpreIndex
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
MPreFixups.cpp
31
void MPreFixups::add(le_int32 baseIndex, le_int32
mpreIndex
)
35
if (baseIndex -
mpreIndex
> 1) {
37
fFixupData[fFixupCount].fMPreIndex =
mpreIndex
;
51
le_int32
mpreIndex
= fFixupData[fixup].fMPreIndex;
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
+ i] = glyph
[
all
...]
MPreFixups.h
30
void add(le_int32 baseIndex, le_int32
mpreIndex
);
Completed in 476 milliseconds