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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtscoll.cpp110 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) { argument
122 uiter_setString(&tIter, target, tLen);
164 int32_t sLen = source.length(), tLen = target.length(); local
172 uiter_setString(&tIter, trg, tLen);
186 u_strToUTF8(utf8Target, 256, &utf8TargetLen, trg, tLen, &status);
194 uiter_setString(&tIter, target, tLen);*/
229 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
237 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
/external/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp92 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) { argument
104 uiter_setString(&tIter, target, tLen);
146 int32_t sLen = source.length(), tLen = target.length(); local
154 uiter_setString(&tIter, trg, tLen);
168 u_strToUTF8(utf8Target, 256, &utf8TargetLen, trg, tLen, &status);
176 uiter_setString(&tIter, target, tLen);*/
211 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
219 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
/external/chromium_org/third_party/icu/source/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 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen);
295 uiter_setString(&tIter, target, tLen);
310 u_strToUTF8(utf8Target, 256, &utf8TargetLen, target, tLen, &status);
375 partialSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
385 partialNormalizedSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
397 sortklen2=ucol_getSortKey(myCollation, target, tLen, NULL, 0);
410 ucol_getSortKey(myCollation, target, tLen, sortKey
[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.c51 const UChar *target, const int tLen);
661 static UCollationResult ucaTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) { argument
663 return ucol_strcoll(UCA, source, sLen, target, tLen);
667 static UCollationResult winTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
670 return (UCollationResult)CompareString(lcid, 0, source, sLen, target, tLen);
680 const UChar *t, const uint32_t tLen) {
689 return func(collator, opts, source, sLen+1, target, tLen+1);
695 const UChar *t, const uint32_t tLen) {
702 target[tLen] = s2;
704 return func(collator, opts, source, sLen+1, target, tLen
677 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
692 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
707 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
767 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
902 uint32_t tLen = u_strlen(second); local
4053 int32_t sLen = 0, tLen = 0; local
4957 int32_t rLen, tLen, ruleLen, sLen, kLen; local
5127 int32_t rLen, tLen, ruleLen; local
5230 int32_t rLen, tLen, ruleLen; local
[all...]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen);
295 uiter_setString(&tIter, target, tLen);
310 u_strToUTF8(utf8Target, 256, &utf8TargetLen, target, tLen, &status);
375 partialSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
385 partialNormalizedSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
397 sortklen2=ucol_getSortKey(myCollation, target, tLen, NULL, 0);
410 ucol_getSortKey(myCollation, target, tLen, sortKey
[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);
2755 int32_t sLen = 0, tLen = 0; local
2765 tLen = u_unescape(cases[j], target, 256);
2766 source[tLen] = 0;
3583 int32_t rLen, tLen, ruleLen, sLen, kLen; local
3653 tLen = u_strlen(tData[j]);
3654 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen);
3655 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100);
3677 tLen = u_strlen(tData[j]);
3678 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen);
3768 int32_t rLen, tLen, ruleLen; local
3875 int32_t rLen, tLen, ruleLen; local
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp804 int32_t tLen = ( outDir == NULL) ? 0 :(int32_t)uprv_strlen(outDir); local
805 char* fn = (char*) uprv_malloc(sizeof(char) * (tLen+1024 +
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp6932 int32_t tLen = (tColl->flags & UCOL_ITER_HASLEN) ? (int32_t)(tColl->endp - tColl->string) : -1; local
6945 tColl->nfd->normalize(UnicodeString((tColl->flags & UCOL_ITER_HASLEN) == 0, tBuf, tLen),
6953 comparison = u_strCompare(sBuf, sLen, tBuf, tLen, TRUE);
7671 int32_t tLen,
7707 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7721 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7728 if(tLen==-1) { // handling zero terminated strings
7742 if(tIndex==tLen) {
7753 return ucol_strcollRegular(coll, source, sLen, target, tLen, status);
7759 tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen);
7667 ucol_strcollUseLatin1( const UCollator *coll, const UChar *source, int32_t sLen, const UChar *target, int32_t tLen, UErrorCode *status) argument
8059 ucol_strcollUseLatin1UTF8( const UCollator *coll, const char *source, int32_t sLen, const char *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 361 milliseconds