/external/icu4c/layout/ |
D | IndicRearrangementProcessor.cpp | 85 glyphStorage.setCharIndex(x - 1, ix, success); in doRearrangementAction() 90 glyphStorage.setCharIndex(lastGlyph, ia, success); in doRearrangementAction() 101 glyphStorage.setCharIndex(x + 1, ix, success); in doRearrangementAction() 106 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction() 117 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction() 118 glyphStorage.setCharIndex(lastGlyph, ia, success); in doRearrangementAction() 131 glyphStorage.setCharIndex(x - 2, ix, success); in doRearrangementAction() 138 glyphStorage.setCharIndex(lastGlyph - 1, ia, success); in doRearrangementAction() 139 glyphStorage.setCharIndex(lastGlyph, ib, success); in doRearrangementAction() 152 glyphStorage.setCharIndex(x - 2, ix, success); in doRearrangementAction() [all …]
|
D | ThaiShaping.cpp | 152 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() 157 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() 162 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() 167 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() 172 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() 177 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() 189 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() 194 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() 200 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() 203 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition() [all …]
|
D | HangulLayoutEngine.cpp | 258 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing() 265 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing() 271 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing() 277 glyphStorage.setCharIndex(outCharCount, i-offset, success); in characterProcessing() 319 glyphStorage.setCharIndex(outCharCount, inStart-offset, success); in characterProcessing() 327 glyphStorage.setCharIndex(outCharCount, d - offset, success); in characterProcessing()
|
D | MPreFixups.cpp | 92 glyphStorage.setCharIndex(mpreIndex + i, charIndex, success); in apply() 97 glyphStorage.setCharIndex(mpreDest, indexSave[i], success); in apply()
|
D | LEGlyphStorage.cpp | 311 void LEGlyphStorage::setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success) in setCharIndex() function in LEGlyphStorage 527 setCharIndex(i,getCharIndex(i+1,success),success); in moveGlyph() 533 setCharIndex(i,getCharIndex(i-1,success),success); in moveGlyph() 540 setCharIndex(toPosition,holdCharIndex,success); in moveGlyph()
|
D | IndicReordering.cpp | 212 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); in writeChar() 275 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i-1,success2),success); in moveCharacter() 282 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i+1,success2),success); in moveCharacter() 288 fGlyphStorage.setCharIndex(toPosition,saveIndex,success); in moveCharacter() 299 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i-1,success),success); in insertCharacter() 304 fGlyphStorage.setCharIndex(toPosition,charIndex,success); in insertCharacter() 315 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i+1,success),success); in removeCharacter()
|
D | CanonShaping.cpp | 74 glyphStorage.setCharIndex(out, index, status); in reorderMarks()
|
D | LEGlyphStorage.h | 403 void setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success);
|
D | KhmerReordering.cpp | 159 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); in writeChar()
|
D | TibetanReordering.cpp | 161 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); in writeChar()
|