Searched refs:tIter (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp95 UCharIterator sIter, tIter; local
104 uiter_setString(&tIter, target, tLen);
106 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
152 UCharIterator sIter, tIter; local
154 uiter_setString(&tIter, trg, tLen);
155 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
171 UCharIterator sIter, tIter; local
174 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen);
176 uiter_setString(&tIter, target, tLen);*/
177 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter,
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c232 UCharIterator sIter, tIter; local
247 uiter_setString(&tIter, target, tLen);
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
281 UCharIterator sIter, tIter; local
295 uiter_setString(&tIter, target, tLen);
296 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
337 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen);
338 compareResultUTF8Iter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
342 tIter.move(&tIter,
[all...]
/external/icu/icu4c/source/i18n/
H A Ducol.cpp411 UCharIterator *tIter,
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.cpp508 UCharIterator &/*tIter*/,
523 UCharIterator sIter, tIter; local
525 uiter_setUTF8(&tIter, target.data(), target.length());
526 return compare(sIter, tIter, status);
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h448 * @param tIter the second ("target") string iterator
454 UCharIterator &tIter,
H A Dtblcoll.h319 * @param tIter the second ("target") string iterator
325 UCharIterator &tIter,
H A Ducol.h644 * @param tIter The target string iterator.
654 UCharIterator *tIter,

Completed in 189 milliseconds