/external/icu/icu4c/source/layout/ |
D | IndicRearrangementProcessor.cpp | 89 glyphStorage.setCharIndex(x - 1, ix, success); in doRearrangementAction() 94 glyphStorage.setCharIndex(lastGlyph, ia, success); in doRearrangementAction() 105 glyphStorage.setCharIndex(x + 1, ix, success); in doRearrangementAction() 110 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction() 121 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction() 122 glyphStorage.setCharIndex(lastGlyph, ia, success); in doRearrangementAction() 135 glyphStorage.setCharIndex(x - 2, ix, success); in doRearrangementAction() 142 glyphStorage.setCharIndex(lastGlyph - 1, ia, success); in doRearrangementAction() 143 glyphStorage.setCharIndex(lastGlyph, ib, success); in doRearrangementAction() 156 glyphStorage.setCharIndex(x - 2, ix, success); in doRearrangementAction() [all …]
|
D | IndicRearrangementProcessor2.cpp | 86 glyphStorage.setCharIndex(x - 1, ix, success); in doRearrangementAction() 91 glyphStorage.setCharIndex(lastGlyph, ia, success); in doRearrangementAction() 102 glyphStorage.setCharIndex(x + 1, ix, success); in doRearrangementAction() 107 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction() 118 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction() 119 glyphStorage.setCharIndex(lastGlyph, ia, success); in doRearrangementAction() 132 glyphStorage.setCharIndex(x - 2, ix, success); in doRearrangementAction() 139 glyphStorage.setCharIndex(lastGlyph - 1, ia, success); in doRearrangementAction() 140 glyphStorage.setCharIndex(lastGlyph, ib, success); in doRearrangementAction() 153 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, success); 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()
|