/third_party/icu/icu4c/source/test/intltest/ |
D | tscoll.cpp | 97 UCharIterator sIter, tIter; in compareUsingPartials() local 106 uiter_setString(&tIter, target, tLen); in compareUsingPartials() 108 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status); in compareUsingPartials() 154 UCharIterator sIter, tIter; in doTestVariant() local 156 uiter_setString(&tIter, trg, tLen); in doTestVariant() 157 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant() 173 UCharIterator sIter, tIter; in doTestVariant() local 176 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen); in doTestVariant() 179 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant() 182 tIter.move(&tIter, 0, UITER_START); in doTestVariant() [all …]
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | ModuleTest.java | 70 Iterator<TestData> tIter = m.getTestDataIterator(); in getTestData() local 71 while (tIter.hasNext()) { in getTestData() 72 TestData t = tIter.next(); in getTestData()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
D | ModuleTest.java | 73 Iterator<TestData> tIter = m.getTestDataIterator(); in getTestData() local 74 while (tIter.hasNext()) { in getTestData() 75 TestData t = tIter.next(); in getTestData()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 238 UCharIterator sIter, tIter; in compareUsingPartials() local 253 uiter_setString(&tIter, target, tLen); in compareUsingPartials() 255 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); in compareUsingPartials() 287 UCharIterator sIter, tIter; in doTestVariant() local 301 uiter_setString(&tIter, target, tLen); in doTestVariant() 302 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant() 343 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen); in doTestVariant() 344 compareResultUTF8Iter = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant() 348 tIter.move(&tIter, 0, UITER_START); in doTestVariant() 349 … compareResultUTF8IterNorm = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | WriteIndicCharts.java | 348 UnicodeSetIterator tIter = new UnicodeSetIterator(target); in writeCharts() local 350 while(tIter.next()){ in writeCharts() 351 String cp = UTF16.valueOf(tIter.codepoint); in writeCharts() 355 String[] arr = (String[])table.get(getKey(tIter.codepoint)); in writeCharts()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | ucol.cpp | 414 UCharIterator *tIter, in ucol_strcollIter() argument 422 UTRACE_DATA3(UTRACE_VERBOSE, "coll=%p, sIter=%p, tIter=%p", coll, sIter, tIter); in ucol_strcollIter() 424 if(sIter == NULL || tIter == NULL || coll == NULL) { in ucol_strcollIter() 430 UCollationResult result = Collator::fromUCollator(coll)->compare(*sIter, *tIter, *status); in ucol_strcollIter()
|
D | coll.cpp | 532 UCharIterator sIter, tIter; in compareUTF8() local 534 uiter_setUTF8(&tIter, target.data(), target.length()); in compareUTF8() 535 return compare(sIter, tIter, status); in compareUTF8()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | ucol.cpp | 420 UCharIterator *tIter, in ucol_strcollIter() argument 428 UTRACE_DATA3(UTRACE_VERBOSE, "coll=%p, sIter=%p, tIter=%p", coll, sIter, tIter); in ucol_strcollIter() 430 if(sIter == nullptr || tIter == nullptr || coll == nullptr) { in ucol_strcollIter() 436 UCollationResult result = Collator::fromUCollator(coll)->compare(*sIter, *tIter, *status); in ucol_strcollIter()
|
D | coll.cpp | 533 UCharIterator sIter, tIter; in compareUTF8() local 535 uiter_setUTF8(&tIter, target.data(), target.length()); in compareUTF8() 536 return compare(sIter, tIter, status); in compareUTF8()
|
/third_party/icu/icu4c/source/i18n/ |
D | ucol.cpp | 420 UCharIterator *tIter, in ucol_strcollIter() argument 428 UTRACE_DATA3(UTRACE_VERBOSE, "coll=%p, sIter=%p, tIter=%p", coll, sIter, tIter); in ucol_strcollIter() 430 if(sIter == NULL || tIter == NULL || coll == NULL) { in ucol_strcollIter() 436 UCollationResult result = Collator::fromUCollator(coll)->compare(*sIter, *tIter, *status); in ucol_strcollIter()
|
D | coll.cpp | 532 UCharIterator sIter, tIter; in compareUTF8() local 534 uiter_setUTF8(&tIter, target.data(), target.length()); in compareUTF8() 535 return compare(sIter, tIter, status); in compareUTF8()
|
/third_party/spirv-tools/source/opt/ |
D | type_manager.cpp | 184 auto tIter = type_to_id_.find(type); in RemoveId() local 185 if (tIter != type_to_id_.end() && tIter->second == id) { in RemoveId() 199 if (!found) type_to_id_.erase(tIter); in RemoveId()
|
/third_party/icu/docs/userguide/collation/ |
D | api.md | 436 UCharIterator sIter, tIter; 438 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen); 439 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter, &status); 459 UCharIterator sIter, tIter; 473 uiter_setString(&tIter, target, tLen); 475 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | type_manager.cpp | 183 auto tIter = type_to_id_.find(type); in RemoveId() local 184 if (tIter != type_to_id_.end() && tIter->second == id) { in RemoveId() 198 if (!found) type_to_id_.erase(tIter); in RemoveId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | type_manager.cpp | 183 auto tIter = type_to_id_.find(type); in RemoveId() local 184 if (tIter != type_to_id_.end() && tIter->second == id) { in RemoveId() 198 if (!found) type_to_id_.erase(tIter); in RemoveId()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | coll.h | 469 UCharIterator &tIter,
|
D | tblcoll.h | 329 UCharIterator &tIter,
|
D | ucol.h | 670 UCharIterator *tIter,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | tblcoll.h | 329 UCharIterator &tIter,
|
D | coll.h | 469 UCharIterator &tIter,
|
D | ucol.h | 670 UCharIterator *tIter,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | tblcoll.h | 329 UCharIterator &tIter,
|
D | coll.h | 469 UCharIterator &tIter,
|
D | ucol.h | 670 UCharIterator *tIter,
|