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

/external/chromium_org/third_party/icu/source/i18n/
H A Dtblcoll.cpp359 UCharIterator &tIter,
362 return ucol_strcollIter(ucollator, &sIter, &tIter, &status);
358 compare(UCharIterator &sIter, UCharIterator &tIter, UErrorCode &status) const argument
H A Dcoll.cpp438 UCharIterator &/*tIter*/,
453 UCharIterator sIter, tIter; local
455 uiter_setUTF8(&tIter, target.data(), target.length());
456 return compare(sIter, tIter, status);
H A Ducol.cpp8359 UCharIterator *tIter,
8367 UTRACE_DATA3(UTRACE_VERBOSE, "coll=%p, sIter=%p, tIter=%p", coll, sIter, tIter);
8369 if (sIter == tIter) {
8373 if(sIter == NULL || tIter == NULL || coll == NULL) {
8399 tColl.iterator = tIter;
8407 tColl.iterator = unorm_setIter(tNormIter, tIter, UNORM_FCD, status);
8357 ucol_strcollIter( const UCollator *coll, UCharIterator *sIter, UCharIterator *tIter, UErrorCode *status) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtscoll.cpp113 UCharIterator sIter, tIter; local
122 uiter_setString(&tIter, target, tLen);
124 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
170 UCharIterator sIter, tIter; local
172 uiter_setString(&tIter, trg, tLen);
173 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
189 UCharIterator sIter, tIter; local
192 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen);
194 uiter_setString(&tIter, target, tLen);*/
195 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter,
[all...]
/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/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.cpp507 UCharIterator &/*tIter*/,
522 UCharIterator sIter, tIter; local
524 uiter_setUTF8(&tIter, target.data(), target.length());
525 return compare(sIter, tIter, status);
/external/chromium_org/third_party/icu/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/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...]

Completed in 102 milliseconds