Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/unicode/
Duchriter.h340 #ifdef move32
342 #undef move32
344 virtual int32_t move32(int32_t delta, EOrigin origin);
Dchariter.h613 #ifdef move32
615 #undef move32
617 virtual int32_t move32(int32_t delta, EOrigin origin) = 0;
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duchriter.h337 #ifdef move32
339 #undef move32
341 virtual int32_t move32(int32_t delta, EOrigin origin);
Dchariter.h610 #ifdef move32
612 #undef move32
614 virtual int32_t move32(int32_t delta, EOrigin origin) = 0;
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duchriter.h340 #ifdef move32
342 #undef move32
344 virtual int32_t move32(int32_t delta, EOrigin origin);
Dchariter.h613 #ifdef move32
615 #undef move32
617 virtual int32_t move32(int32_t delta, EOrigin origin) = 0;
/third_party/node/deps/icu-small/source/common/unicode/
Duchriter.h340 #ifdef move32
342 #undef move32
344 virtual int32_t move32(int32_t delta, EOrigin origin) override;
Dchariter.h613 #ifdef move32
615 #undef move32
617 virtual int32_t move32(int32_t delta, EOrigin origin) = 0;
/third_party/skia/third_party/externals/icu/source/common/
Dnormlzr.cpp26 #if defined(move32)
29 #undef move32
493 text->move32(-1, CharacterIterator::kCurrent); in nextNormalize()
Duchriter.cpp322 UCharCharacterIterator::move32(int32_t delta, CharacterIterator::EOrigin origin) { in move32() function in UCharCharacterIterator
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormlzr.cpp26 #if defined(_ARM64_) && defined(move32)
29 #undef move32
493 text->move32(-1, CharacterIterator::kCurrent); in nextNormalize()
Duchriter.cpp322 UCharCharacterIterator::move32(int32_t delta, CharacterIterator::EOrigin origin) { in move32() function in UCharCharacterIterator
/third_party/node/deps/icu-small/source/common/
Dnormlzr.cpp26 #if defined(move32)
29 #undef move32
493 text->move32(-1, CharacterIterator::kCurrent); in nextNormalize()
Duchriter.cpp322 UCharCharacterIterator::move32(int32_t delta, CharacterIterator::EOrigin origin) { in move32() function in UCharCharacterIterator
/third_party/icu/icu4c/source/common/
Dnormlzr.cpp26 #if defined(move32)
29 #undef move32
493 text->move32(-1, CharacterIterator::kCurrent); in nextNormalize()
Duchriter.cpp322 UCharCharacterIterator::move32(int32_t delta, CharacterIterator::EOrigin origin) { in move32() function in UCharCharacterIterator
/third_party/icu/icu4c/source/test/intltest/
Dcitrtest.cpp104 virtual int32_t move32(int32_t delta, CharacterIterator::EOrigin origin){ in move32() function in SCharacterIterator
570 i=iter.move32(1, CharacterIterator::kStart); in TestIterationUChar32()
575 i=iter.move32(2, CharacterIterator::kCurrent); in TestIterationUChar32()
580 i=iter.move32(-2, CharacterIterator::kCurrent); in TestIterationUChar32()
586 i=iter.move32(-2, CharacterIterator::kEnd); in TestIterationUChar32()
1119 virtual int32_t move32(int32_t /*delta*/, EOrigin /*origin*/) { in move32() function in SubCharIter
/third_party/icu/docs/userguide/strings/
Dcharacteriterator.md152 and move32() calls. These calls allow you to move the index forward or backward
154 index. The move() and move32() calls do not access the text and are best used
155 for skipping part of it. The move32() call skips complete code points like