Searched refs:sIter (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dcitrtest.cpp856 UCharIterator sIter, cIter, rIter; local
858 uiter_setString(&sIter, s.getBuffer(), s.length());
862 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
869 sIter.start=2;
870 sIter.index=3;
871 sIter.limit=5;
872 if( sIter.getIndex(&sIter, UITER_ZERO)!=0 ||
873 sIter.getIndex(&sIter, UITER_STAR
[all...]
H A Dtscoll.cpp95 UCharIterator sIter, tIter; local
103 uiter_setString(&sIter, source, sLen);
105 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
152 UCharIterator sIter, tIter; local
153 uiter_setString(&sIter, src, sLen);
155 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
171 UCharIterator sIter, tIter; local
173 uiter_setUTF8(&sIter, utf8Source, utf8SourceLen);
175 /*uiter_setString(&sIter, source, sLen);
177 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter,
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcallcoll.c232 UCharIterator sIter, tIter; local
246 uiter_setString(&sIter, source, sLen);
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
281 UCharIterator sIter, tIter; local
294 uiter_setString(&sIter, source, sLen);
296 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
336 uiter_setUTF8(&sIter, utf8Source, utf8SourceLen);
338 compareResultUTF8Iter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
341 sIter.move(&sIter,
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducol.cpp410 UCharIterator *sIter,
419 UTRACE_DATA3(UTRACE_VERBOSE, "coll=%p, sIter=%p, tIter=%p", coll, sIter, tIter);
421 if(sIter == NULL || tIter == NULL || coll == NULL) {
427 UCollationResult result = Collator::fromUCollator(coll)->compare(*sIter, *tIter, *status);
409 ucol_strcollIter( const UCollator *coll, UCharIterator *sIter, UCharIterator *tIter, UErrorCode *status) argument
H A Dcoll.cpp330 UCollationResult Collator::compare(UCharIterator &/*sIter*/,
346 UCharIterator sIter, tIter; local
347 uiter_setUTF8(&sIter, source.data(), source.length());
349 return compare(sIter, tIter, status);
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dcoll.h445 * @param sIter the first ("source") string iterator
451 virtual UCollationResult compare(UCharIterator &sIter,
H A Dtblcoll.h322 * @param sIter the first ("source") string iterator
328 virtual UCollationResult compare(UCharIterator &sIter,
H A Ducol.h634 * @param sIter The source string iterator.
644 UCharIterator *sIter,
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Ducol.h499 * @param sIter The source string iterator.
509 UCharIterator *sIter,
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Ducol.h499 * @param sIter The source string iterator.
509 UCharIterator *sIter,
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Ducol.h499 * @param sIter The source string iterator.
509 UCharIterator *sIter,
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c58676 VdbeOpIter sIter; local
125937 SnippetIter sIter; /* Iterates through snippet candidates */ local
[all...]

Completed in 583 milliseconds