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

/external/icu4c/layout/
H A DLEGlyphStorage.cpp311 void LEGlyphStorage::setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success) function in class:LEGlyphStorage
527 setCharIndex(i,getCharIndex(i+1,success),success);
533 setCharIndex(i,getCharIndex(i-1,success),success);
540 setCharIndex(toPosition,holdCharIndex,success);

Completed in 42 milliseconds