/third_party/icu/icu4c/source/test/intltest/ |
D | tscoll.cpp | 94 … *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize,… in compareUsingPartials() argument 106 uiter_setString(&tIter, target, tLen); in compareUsingPartials() 148 int32_t sLen = source.length(), tLen = target.length(); in doTestVariant() local 156 uiter_setString(&tIter, trg, tLen); in doTestVariant() 170 u_strToUTF8(utf8Target, 256, &utf8TargetLen, trg, tLen, &status); in doTestVariant() 213 …partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status); in doTestVariant() 221 …partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i… in doTestVariant()
|
D | tscoll.h | 54 … *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize,…
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 49 const UChar *target, const int tLen); 2757 int32_t sLen = 0, tLen = 0; in TestSettings() local 2767 tLen = u_unescape(cases[j], target, 256); in TestSettings() 2768 source[tLen] = 0; in TestSettings() 3585 int32_t rLen, tLen, ruleLen, sLen, kLen; in TestVI5913() local 3655 tLen = u_strlen(tData[j]); in TestVI5913() 3656 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen); in TestVI5913() 3657 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100); in TestVI5913() 3679 tLen = u_strlen(tData[j]); in TestVI5913() 3680 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen); in TestVI5913() [all …]
|
D | callcoll.c | 235 … *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize,… in compareUsingPartials() argument 252 uiter_setString(&tIter, target, tLen); in compareUsingPartials() 280 uint32_t tLen = u_strlen(target); in doTestVariant() local 288 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen); in doTestVariant() 300 uiter_setString(&tIter, target, tLen); in doTestVariant() 315 u_strToUTF8(utf8Target, 256, &utf8TargetLen, target, tLen, &status); in doTestVariant() 380 …partialSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &… in doTestVariant() 390 …partialNormalizedSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialS… in doTestVariant() 402 sortklen2=ucol_getSortKey(myCollation, target, tLen, NULL, 0); in doTestVariant() 415 ucol_getSortKey(myCollation, target, tLen, sortKey2, sortklen2+1); in doTestVariant()
|
D | usrchtst.c | 2612 int32_t tLen = UPRV_LENGTHOF(text); in TestStrengthIdentical() local 2628 search = usearch_openFromCollator (pattern, pLen, text, tLen, coll, NULL, &ec); in TestStrengthIdentical()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | wrtxml.cpp | 811 int32_t tLen = ( outDir == NULL) ? 0 :(int32_t)uprv_strlen(outDir); in bin_write_xml() local 812 char* fn = (char*) uprv_malloc(sizeof(char) * (tLen+1024 + in bin_write_xml()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | wrtxml.cpp | 811 int32_t tLen = ( outDir == NULL) ? 0 :(int32_t)uprv_strlen(outDir); in bin_write_xml() local 812 char* fn = (char*) uprv_malloc(sizeof(char) * (tLen+1024 + in bin_write_xml()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | wrtxml.cpp | 811 int32_t tLen = ( outDir == NULL) ? 0 :(int32_t)uprv_strlen(outDir); in bin_write_xml() local 812 char* fn = (char*) uprv_malloc(sizeof(char) * (tLen+1024 + in bin_write_xml()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | wrtxml.cpp | 811 int32_t tLen = ( outDir == NULL) ? 0 :(int32_t)uprv_strlen(outDir); in bin_write_xml() local 812 char* fn = (char*) uprv_malloc(sizeof(char) * (tLen+1024 + in bin_write_xml()
|