Home
last modified time | relevance | path

Searched refs:setIndex32 (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp74 virtual UChar32 setIndex32(int32_t /*pos*/) override {return DONE;}
355 test8b->setIndex32(5); in TestConstructionAndEqualityUChariter()
357 errln("setIndex32() failed"); in TestConstructionAndEqualityUChariter()
610 if(iter.setIndex32(i) != c) in TestIterationUChar32()
611 errln("setIndex32() isn't working right"); in TestIterationUChar32()
629 c=iter.setIndex32(text.length()+1); in TestIterationUChar32()
631 errln("setIndex32(len+1) didn't return DONE"); in TestIterationUChar32()
647 if(iter.setIndex32(i) != c) in TestIterationUChar32()
648 errln("setIndex32() isn't working right"); in TestIterationUChar32()
723 if(iter.setIndex32( in TestIterationUChar32()
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duchriter.h219 virtual UChar32 setIndex32(int32_t position);
H A Dchariter.h482 virtual UChar32 setIndex32(int32_t position) = 0;
/third_party/icu/icu4c/source/common/unicode/
H A Dchariter.h482 virtual UChar32 setIndex32(int32_t position) = 0;
H A Duchriter.h219 virtual UChar32 setIndex32(int32_t position) override;
/third_party/node/deps/icu-small/source/common/unicode/
H A Dchariter.h482 virtual UChar32 setIndex32(int32_t position) = 0;
H A Duchriter.h219 virtual UChar32 setIndex32(int32_t position) override;
/third_party/icu/icu4c/source/common/
H A Duchriter.cpp229 UCharCharacterIterator::setIndex32(int32_t position) { in setIndex32() function in UCharCharacterIterator
H A Dutext.cpp2795 ci->setIndex32(start32); // Moves ix to lead of surrogate pair, if needed.
/third_party/node/deps/icu-small/source/common/
H A Duchriter.cpp229 UCharCharacterIterator::setIndex32(int32_t position) { in setIndex32() function in UCharCharacterIterator
H A Dutext.cpp2798 ci->setIndex32(start32); // Moves ix to lead of surrogate pair, if needed.
/third_party/skia/third_party/externals/icu/source/common/
H A Duchriter.cpp229 UCharCharacterIterator::setIndex32(int32_t position) { in setIndex32() function in UCharCharacterIterator
H A Dutext.cpp2795 ci->setIndex32(start32); // Moves ix to lead of surrogate pair, if needed.

Completed in 17 milliseconds