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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DModuleTest.java73 Iterator<TestData> tIter = m.getTestDataIterator();
74 while (tIter.hasNext()) {
75 TestData t = tIter.next();
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DModuleTest.java70 Iterator<TestData> tIter = m.getTestDataIterator();
71 while (tIter.hasNext()) {
72 TestData t = tIter.next();
/external/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp97 UCharIterator sIter, tIter; local
106 uiter_setString(&tIter, target, tLen);
108 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
154 UCharIterator sIter, tIter; local
156 uiter_setString(&tIter, trg, tLen);
157 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
173 UCharIterator sIter, tIter; local
176 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen);
178 uiter_setString(&tIter, target, tLen);*/
179 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter,
[all...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DWriteIndicCharts.java348 UnicodeSetIterator tIter = new UnicodeSetIterator(target);
350 while(tIter.next()){
351 String cp = UTF16.valueOf(tIter.codepoint);
355 String[] arr = (String[])table.get(getKey(tIter.codepoint));
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c234 UCharIterator sIter, tIter; local
249 uiter_setString(&tIter, target, tLen);
251 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
283 UCharIterator sIter, tIter; local
297 uiter_setString(&tIter, target, tLen);
298 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
339 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen);
340 compareResultUTF8Iter = ucol_strcollIter(myCollation, &sIter, &tIter, &status);
344 tIter.move(&tIter,
[all...]
/external/icu/icu4c/source/i18n/
H A Ducol.cpp413 UCharIterator *tIter,
421 UTRACE_DATA3(UTRACE_VERBOSE, "coll=%p, sIter=%p, tIter=%p", coll, sIter, tIter);
423 if(sIter == NULL || tIter == NULL || coll == NULL) {
429 UCollationResult result = Collator::fromUCollator(coll)->compare(*sIter, *tIter, *status);
411 ucol_strcollIter( const UCollator *coll, UCharIterator *sIter, UCharIterator *tIter, UErrorCode *status) argument
H A Dcoll.cpp512 UCharIterator &/*tIter*/,
527 UCharIterator sIter, tIter; local
529 uiter_setUTF8(&tIter, target.data(), target.length());
530 return compare(sIter, tIter, status);
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h453 * @param tIter the second ("target") string iterator
459 UCharIterator &tIter,
H A Dtblcoll.h321 * @param tIter the second ("target") string iterator
327 UCharIterator &tIter,
H A Ducol.h655 * @param tIter The target string iterator.
665 UCharIterator *tIter,
/external/skia/tools/bookmaker/
H A Dbookmaker.h1860 IterState (list<Definition>::iterator tIter, list<Definition>::iterator tIterEnd)
1861 : fDefIter(tIter)
/external/skqp/tools/bookmaker/
H A Dbookmaker.h1823 IterState (list<Definition>::iterator tIter, list<Definition>::iterator tIterEnd)
1824 : fDefIter(tIter)

Completed in 1213 milliseconds