Searched refs:tIter (Results 1 - 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
H A D | tscoll.cpp | 95 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 D | callcoll.c | 232 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 D | ucol.cpp | 411 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 D | coll.cpp | 508 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 D | coll.h | 448 * @param tIter the second ("target") string iterator 454 UCharIterator &tIter,
|
H A D | tblcoll.h | 319 * @param tIter the second ("target") string iterator 325 UCharIterator &tIter,
|
H A D | ucol.h | 644 * @param tIter The target string iterator. 654 UCharIterator *tIter,
|
Completed in 189 milliseconds