Searched defs:tLen (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/test/intltest/
H A Dtscoll.cpp108 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) { argument
120 uiter_setString(&tIter, target, tLen);
162 int32_t sLen = source.length(), tLen = target.length(); local
170 uiter_setString(&tIter, trg, tLen);
184 u_strToUTF8(utf8Target, 256, &utf8TargetLen, trg, tLen, &status);
192 uiter_setString(&tIter, target, tLen);*/
227 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
235 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
/external/icu4c/test/cintltst/
H A Dcallcoll.c230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) { argument
247 uiter_setString(&tIter, target, tLen);
275 uint32_t tLen = u_strlen(target); local
283 uiter_setString(&tIter, target, tLen);
297 u_strToUTF8(utf8Target, 256, &utf8TargetLen, target, tLen, &status);
305 uiter_setString(&tIter, target, tLen);*/
340 partialSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
350 partialNormalizedSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
362 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen);
369 sortklen2=ucol_getSortKey(myCollation, target, tLen, NUL
[all...]
H A Dusrchtst.c2608 int32_t tLen = sizeof(text) / sizeof (text[0]); local
2624 search = usearch_openFromCollator (pattern, pLen, text, tLen, coll, NULL, &ec);
H A Dcmsccoll.c50 const UChar *target, const int tLen);
658 static UCollationResult ucaTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) { argument
660 return ucol_strcoll(UCA, source, sLen, target, tLen);
664 static UCollationResult winTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
667 return (UCollationResult)CompareString(lcid, 0, source, sLen, target, tLen);
677 const UChar *t, const uint32_t tLen) {
686 return func(collator, opts, source, sLen+1, target, tLen+1);
692 const UChar *t, const uint32_t tLen) {
699 target[tLen] = s2;
701 return func(collator, opts, source, sLen+1, target, tLen
674 swampEarlier(tst_strcoll* func, void *collator, int opts, UChar s1, UChar s2, const UChar *s, const uint32_t sLen, const UChar *t, const uint32_t tLen) argument
689 swampLater(tst_strcoll* func, void *collator, int opts, UChar s1, UChar s2, const UChar *s, const uint32_t sLen, const UChar *t, const uint32_t tLen) argument
704 probeStrength(tst_strcoll* func, void *collator, int opts, const UChar *s, const uint32_t sLen, const UChar *t, const uint32_t tLen, UCollationResult result) argument
764 logFailure(const char *platform, const char *test, const UChar *source, const uint32_t sLen, const UChar *target, const uint32_t tLen, UCollationResult realRes, uint32_t realStrength, UCollationResult expRes, uint32_t expStrength, UBool error) argument
899 uint32_t tLen = u_strlen(second); local
4006 int32_t sLen = 0, tLen = 0; local
4913 int32_t rLen, tLen, ruleLen, sLen, kLen; local
5083 int32_t rLen, tLen, ruleLen; local
5186 int32_t rLen, tLen, ruleLen; local
[all...]
/external/icu4c/tools/genrb/
H A Dwrtxml.cpp794 int32_t tLen = ( outDir == NULL) ? 0 :(int32_t)uprv_strlen(outDir); local
795 char* fn = (char*) uprv_malloc(sizeof(char) * (tLen+1024 +
/external/icu4c/i18n/
H A Ducol.cpp6934 int32_t tLen = (tColl->flags & UCOL_ITER_HASLEN) ? (int32_t)(tColl->endp - tColl->string) : -1; local
6947 tColl->nfd->normalize(UnicodeString((tColl->flags & UCOL_ITER_HASLEN) == 0, tBuf, tLen),
6955 comparison = u_strCompare(sBuf, sLen, tBuf, tLen, TRUE);
7670 int32_t tLen,
7706 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7720 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7727 if(tLen==-1) { // handling zero terminated strings
7741 if(tIndex==tLen) {
7752 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7758 tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen);
7666 ucol_strcollUseLatin1( const UCollator *coll, const UChar *source, int32_t sLen, const UChar *target, int32_t tLen, UErrorCode *status) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 163 milliseconds