/third_party/icu/icu4c/source/test/intltest/ |
D | citrtest.cpp | 74 virtual UChar32 setIndex32(int32_t /*pos*/){return DONE;} in setIndex32() function in SCharacterIterator 355 test8b->setIndex32(5); in TestConstructionAndEqualityUChariter() 610 if(iter.setIndex32(i) != c) in TestIterationUChar32() 629 c=iter.setIndex32(text.length()+1); in TestIterationUChar32() 647 if(iter.setIndex32(i) != c) in TestIterationUChar32() 723 if(iter.setIndex32(i) != c) in TestIterationUChar32() 751 if(iter.setIndex32(i) != c) in TestIterationUChar32() 1024 virtual UChar32 setIndex32(int32_t position) { in setIndex32() function in SubCharIter
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uchriter.h | 219 virtual UChar32 setIndex32(int32_t position);
|
D | chariter.h | 482 virtual UChar32 setIndex32(int32_t position) = 0;
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uchriter.h | 216 virtual UChar32 setIndex32(int32_t position);
|
D | chariter.h | 479 virtual UChar32 setIndex32(int32_t position) = 0;
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uchriter.h | 219 virtual UChar32 setIndex32(int32_t position);
|
D | chariter.h | 482 virtual UChar32 setIndex32(int32_t position) = 0;
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uchriter.h | 219 virtual UChar32 setIndex32(int32_t position) override;
|
D | chariter.h | 482 virtual UChar32 setIndex32(int32_t position) = 0;
|
/third_party/node/deps/icu-small/source/common/ |
D | uchriter.cpp | 229 UCharCharacterIterator::setIndex32(int32_t position) { in setIndex32() function in UCharCharacterIterator
|
D | utext.cpp | 2795 ci->setIndex32(start32); // Moves ix to lead of surrogate pair, if needed. in charIterTextExtract()
|
/third_party/icu/docs/userguide/strings/ |
D | characteriterator.md | 134 The setIndex() and setIndex32() calls set the index to a new position and return 135 the character at that new position. The setIndex32() call ensures that the new
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uchriter.cpp | 229 UCharCharacterIterator::setIndex32(int32_t position) { in setIndex32() function in UCharCharacterIterator
|
D | utext.cpp | 2793 ci->setIndex32(start32); // Moves ix to lead of surrogate pair, if needed. in charIterTextExtract()
|
/third_party/icu/icu4c/source/common/ |
D | uchriter.cpp | 229 UCharCharacterIterator::setIndex32(int32_t position) { in setIndex32() function in UCharCharacterIterator
|
D | utext.cpp | 2795 ci->setIndex32(start32); // Moves ix to lead of surrogate pair, if needed. in charIterTextExtract()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uchriter.cpp | 229 UCharCharacterIterator::setIndex32(int32_t position) { in setIndex32() function in UCharCharacterIterator
|
D | utext.cpp | 2795 ci->setIndex32(start32); // Moves ix to lead of surrogate pair, if needed. in charIterTextExtract()
|