Searched refs:utf8Target (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | tscoll.cpp | 164 char utf8Source[256], utf8Target[256]; in doTestVariant() local 170 u_strToUTF8(utf8Target, 256, &utf8TargetLen, trg, tLen, &status); in doTestVariant() 176 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen); in doTestVariant()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 309 char utf8Source[256], utf8Target[256]; in doTestVariant() local 316 u_strToUTF8(utf8Target, 256, &utf8TargetLen, target, tLen, &status); in doTestVariant() 320 …pareResulta = ucol_strcollUTF8(myCollation, utf8Source, utf8SourceLen, utf8Target, utf8TargetLen, … in doTestVariant() 328 … compareResulta = ucol_strcollUTF8(myCollation, utf8Source, -1, utf8Target, -1, &status); in doTestVariant() 343 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen); in doTestVariant()
|
/third_party/icu/docs/userguide/collation/ |
D | api.md | 433 /* we are arriving with two char*: utf8Source and utf8Target, with their 438 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen);
|