Searched defs:tIter (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/i18n/
H A Dtblcoll.cpp400 UCharIterator &tIter,
403 return ucol_strcollIter(ucollator, &sIter, &tIter, &status);
399 compare(UCharIterator &sIter, UCharIterator &tIter, UErrorCode &status) const argument
H A Dcoll.cpp434 UCharIterator &/*tIter*/,
449 UCharIterator sIter, tIter; local
451 uiter_setUTF8(&tIter, target.data(), target.length());
452 return compare(sIter, tIter, status);
H A Ducol.cpp8322 UCharIterator *tIter,
8330 UTRACE_DATA3(UTRACE_VERBOSE, "coll=%p, sIter=%p, tIter=%p", coll, sIter, tIter);
8332 if (sIter == tIter) {
8336 if(sIter == NULL || tIter == NULL || coll == NULL) {
8362 tColl.iterator = tIter;
8370 tColl.iterator = unorm_setIter(tNormIter, tIter, UNORM_FCD, status);
8320 ucol_strcollIter( const UCollator *coll, UCharIterator *sIter, UCharIterator *tIter, UErrorCode *status) argument
/external/icu4c/test/intltest/
H A Dtscoll.cpp109 UCharIterator sIter, tIter; local
118 uiter_setString(&tIter, target, tLen);
120 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
166 UCharIterator sIter, tIter; local
168 uiter_setString(&tIter, trg, tLen);
169 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
185 UCharIterator sIter, tIter; local
188 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen);
190 uiter_setString(&tIter, target, tLen);*/
191 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter,
[all...]
/external/icu4c/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
283 uiter_setString(&tIter, target, tLen);
284 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
300 /*UCharIterator sIter, tIter;*/
303 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen);
305 uiter_setString(&tIter, target, tLen);*/
306 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter,
[all...]

Completed in 268 milliseconds