HomeSort by relevance Sort by last modified time
    Searched defs:move32 (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/native/
java_lang_System.cpp 179 #define move32 memmove_words macro
266 move32((u1*) dstArray->contents + dstPos * 4,
276 move32((u1*) dstArray->contents + dstPos * 8,
302 move32((u1*)dstArray->contents + dstPos * width,
316 * then call move32() to shift the actual data. If we just
347 move32((u1*)dstArray->contents + dstPos * width,
  /external/icu4c/common/
uchriter.cpp 320 UCharCharacterIterator::move32(int32_t delta, CharacterIterator::EOrigin origin) { function in class:UCharCharacterIterator
  /external/icu4c/test/intltest/
citrtest.cpp 101 virtual int32_t move32(int32_t delta, CharacterIterator::EOrigin origin){ function in class:SCharacterIterator
569 i=iter.move32(1, CharacterIterator::kStart);
572 errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) );
574 i=iter.move32(2, CharacterIterator::kCurrent);
577 errln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i);
579 i=iter.move32(-2, CharacterIterator::kCurrent);
582 errln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i);
585 i=iter.move32(-2, CharacterIterator::kEnd);
588 errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.length()-3)), i);
1118 virtual int32_t move32(int32_t \/*delta*\/, EOrigin \/*origin*\/) { function in class:SubCharIter
    [all...]

Completed in 918 milliseconds