Searched refs:fromPosition (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | LEGlyphStorage.cpp | 515 void LEGlyphStorage::moveGlyph(le_int32 fromPosition, le_int32 toPosition, le_uint32 marker ) in moveGlyph() argument 520 LEGlyphID holdGlyph = getGlyphID(fromPosition,success); in moveGlyph() 521 le_int32 holdCharIndex = getCharIndex(fromPosition,success); in moveGlyph() 522 le_uint32 holdAuxData = getAuxData(fromPosition,success); in moveGlyph() 524 if ( fromPosition < toPosition ) { in moveGlyph() 525 for ( le_int32 i = fromPosition ; i < toPosition ; i++ ) { in moveGlyph() 531 for ( le_int32 i = toPosition ; i > fromPosition ; i-- ) { in moveGlyph()
|
D | IndicReordering.cpp | 263 void moveCharacter( le_int32 fromPosition, le_int32 toPosition ) { in moveCharacter() argument 266 LEUnicode saveChar = fOutChars[fromPosition]; in moveCharacter() 269 saveIndex = fGlyphStorage.getCharIndex(fromPosition,success); in moveCharacter() 270 saveAuxData = fGlyphStorage.getAuxData(fromPosition,success); in moveCharacter() 272 if ( fromPosition > toPosition ) { in moveCharacter() 273 for ( i = fromPosition ; i > toPosition ; i-- ) { in moveCharacter() 280 for ( i = fromPosition ; i < toPosition ; i++ ) { in moveCharacter() 308 void removeCharacter( le_int32 fromPosition ) { in removeCharacter() argument 313 for ( i = fromPosition ; i < fOutIndex ; i--) { in removeCharacter()
|
D | LEGlyphStorage.h | 367 void moveGlyph(le_int32 fromPosition, le_int32 toPosition, le_uint32 marker);
|
/external/v8/src/ |
D | debug-debugger.js | 2219 response.body.fromPosition = slice.from_position;
|