Home
last modified time | relevance | path

Searched refs:tLen (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp94 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) { 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()
178 uiter_setString(&tIter, target, tLen);*/ 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], status); in doTestVariant()
H A Dtscoll.h54 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c50 const UChar *target, const int tLen);
2758 int32_t sLen = 0, tLen = 0; in TestSettings() local
2768 tLen = u_unescape(cases[j], target, 256); in TestSettings()
2769 source[tLen] = 0; in TestSettings()
3586 int32_t rLen, tLen, ruleLen, sLen, kLen; in TestVI5913() local
3656 tLen = u_strlen(tData[j]); in TestVI5913()
3657 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen); in TestVI5913()
3658 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100); in TestVI5913()
3680 tLen = u_strlen(tData[j]); in TestVI5913()
3681 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen); in TestVI5913()
3771 int32_t rLen, tLen, ruleLen; TestTailor6179() local
3878 int32_t rLen, tLen, ruleLen; TestUCAPrecontext() local
[all...]
H A Dcallcoll.c236 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) { in compareUsingPartials() argument
253 uiter_setString(&tIter, target, tLen); in compareUsingPartials()
281 uint32_t tLen = u_strlen(target); in doTestVariant() local
289 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen); in doTestVariant()
301 uiter_setString(&tIter, target, tLen); in doTestVariant()
316 u_strToUTF8(utf8Target, 256, &utf8TargetLen, target, tLen, &status); in doTestVariant()
381 partialSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status); in doTestVariant()
391 partialNormalizedSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status); in doTestVariant()
403 sortklen2=ucol_getSortKey(myCollation, target, tLen, NULL, 0); in doTestVariant()
416 ucol_getSortKey(myCollation, target, tLen, sortKey in doTestVariant()
[all...]
H A Dusrchtst.c2623 int32_t tLen = UPRV_LENGTHOF(text); in TestStrengthIdentical() local
2639 search = usearch_openFromCollator (pattern, pLen, text, tLen, coll, NULL, &ec); in TestStrengthIdentical()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtxml.cpp811 int32_t tLen = ( outDir == nullptr) ? 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/
H A Dwrtxml.cpp811 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/
H A Dwrtxml.cpp811 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/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 19 milliseconds