Home
last modified time | relevance | path

Searched refs:success2 (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/layout/
DIndicReordering.cpp268 LEErrorCode success2 = LE_NO_ERROR; in moveCharacter() local
275 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i-1,success2),success); in moveCharacter()
276 fGlyphStorage.setAuxData(i,fGlyphStorage.getAuxData(i-1,success2), success); in moveCharacter()
282 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i+1,success2),success); in moveCharacter()
283 fGlyphStorage.setAuxData(i,fGlyphStorage.getAuxData(i+1,success2), success); in moveCharacter()