Home
last modified time | relevance | path

Searched refs:sIter (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp857 UCharIterator sIter, cIter, rIter; in TestUCharIterator() local
859 uiter_setString(&sIter, s.getBuffer(), s.length()); in TestUCharIterator()
863 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString"); in TestUCharIterator()
870 sIter.start=2; in TestUCharIterator()
871 sIter.index=3; in TestUCharIterator()
872 sIter.limit=5; in TestUCharIterator()
873 if( sIter.getIndex(&sIter, UITER_ZERO)!=0 || in TestUCharIterator()
874 sIter.getIndex(&sIter, UITER_START)!=2 || in TestUCharIterator()
875 sIter.getIndex(&sIter, UITER_CURRENT)!=3 || in TestUCharIterator()
876 sIter.getIndex(&sIter, UITER_LIMIT)!=5 || in TestUCharIterator()
[all …]
Dtscoll.cpp97 UCharIterator sIter, tIter; in compareUsingPartials() local
105 uiter_setString(&sIter, source, sLen); in compareUsingPartials()
107 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status); in compareUsingPartials()
154 UCharIterator sIter, tIter; in doTestVariant() local
155 uiter_setString(&sIter, src, sLen); in doTestVariant()
157 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
173 UCharIterator sIter, tIter; in doTestVariant() local
175 uiter_setUTF8(&sIter, utf8Source, utf8SourceLen); in doTestVariant()
179 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
181 sIter.move(&sIter, 0, UITER_START); in doTestVariant()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c237 UCharIterator sIter, tIter; in compareUsingPartials() local
251 uiter_setString(&sIter, source, sLen); in compareUsingPartials()
253 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status); in compareUsingPartials()
286 UCharIterator sIter, tIter; in doTestVariant() local
299 uiter_setString(&sIter, source, sLen); in doTestVariant()
301 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
341 uiter_setUTF8(&sIter, utf8Source, utf8SourceLen); in doTestVariant()
343 compareResultUTF8Iter = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
346 sIter.move(&sIter, 0, UITER_START); in doTestVariant()
348 … compareResultUTF8IterNorm = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
/external/icu/icu4c/source/i18n/
Ducol.cpp413 UCharIterator *sIter, in ucol_strcollIter() argument
422 UTRACE_DATA3(UTRACE_VERBOSE, "coll=%p, sIter=%p, tIter=%p", coll, sIter, tIter); in ucol_strcollIter()
424 if(sIter == NULL || tIter == NULL || coll == NULL) { in ucol_strcollIter()
430 UCollationResult result = Collator::fromUCollator(coll)->compare(*sIter, *tIter, *status); in ucol_strcollIter()
Dcoll.cpp532 UCharIterator sIter, tIter; in compareUTF8() local
533 uiter_setUTF8(&sIter, source.data(), source.length()); in compareUTF8()
535 return compare(sIter, tIter, status); in compareUTF8()
/external/llvm-project/flang/lib/Semantics/
Ddata-to-inits.cpp476 auto sIter{inits.find(s)}; in CombineSomeEquivalencedInits() local
477 CHECK(sIter != inits.end()); in CombineSomeEquivalencedInits()
478 combined.Incorporate(s->offset() - minStart, sIter->second.image); in CombineSomeEquivalencedInits()
479 inits.erase(sIter); in CombineSomeEquivalencedInits()
/external/icu/libandroidicu/static_shim/
Dshim.cpp286 UCollationResult ucol_strcollIter_android(const UCollator * coll, UCharIterator * sIter, UCharItera… in ucol_strcollIter_android() argument
287 return ucol_strcollIter(coll, sIter, tIter, status); in ucol_strcollIter_android()
/external/icu/icu4c/source/i18n/unicode/
Dtblcoll.h328 virtual UCollationResult compare(UCharIterator &sIter,
Dcoll.h468 virtual UCollationResult compare(UCharIterator &sIter,
Ducol.h669 UCharIterator *sIter,
/external/icu/libicu/cts_headers/unicode/
Dtblcoll.h328 virtual UCollationResult compare(UCharIterator &sIter,
Dcoll.h468 virtual UCollationResult compare(UCharIterator &sIter,
Ducol.h669 UCharIterator *sIter,
/external/icu/libandroidicu/include/unicode/
Ducol.h669 UCharIterator *sIter,