HomeSort by relevance Sort by last modified time
    Searched refs:tLen (Results 1 - 14 of 14) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
tscoll.h 52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
tscoll.cpp 103 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
115 uiter_setString(&tIter, target, tLen);
157 int32_t sLen = source.length(), tLen = target.length();
165 uiter_setString(&tIter, trg, tLen);
179 u_strToUTF8(utf8Target, 256, &utf8TargetLen, trg, tLen, &status);
187 uiter_setString(&tIter, target, tLen);*/
222 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
230 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
  /external/icu4c/test/intltest/
tscoll.h 52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
tscoll.cpp 106 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
118 uiter_setString(&tIter, target, tLen);
160 int32_t sLen = source.length(), tLen = target.length();
168 uiter_setString(&tIter, trg, tLen);
182 u_strToUTF8(utf8Target, 256, &utf8TargetLen, trg, tLen, &status);
190 uiter_setString(&tIter, target, tLen);*/
225 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
233 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
  /external/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 48 const UChar *target, const int tLen);
652 static UCollationResult ucaTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
654 return ucol_strcoll(UCA, source, sLen, target, tLen);
658 static UCollationResult winTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
661 return (UCollationResult)CompareString(lcid, 0, source, sLen, target, tLen);
671 const UChar *t, const uint32_t tLen) {
680 return func(collator, opts, source, sLen+1, target, tLen+1);
686 const UChar *t, const uint32_t tLen) {
693 target[tLen] = s2;
695 return func(collator, opts, source, sLen+1, target, tLen+1)
2899 uint32_t tlen = u_unescape(testString, test, 32); local
    [all...]
callcoll.c 230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) {
247 uiter_setString(&tIter, target, tLen);
275 uint32_t tLen = u_strlen(target);
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, NULL, 0)
    [all...]
usrchtst.c     [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 48 const UChar *target, const int tLen);
652 static UCollationResult ucaTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
654 return ucol_strcoll(UCA, source, sLen, target, tLen);
658 static UCollationResult winTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
661 return (UCollationResult)CompareString(lcid, 0, source, sLen, target, tLen);
671 const UChar *t, const uint32_t tLen) {
680 return func(collator, opts, source, sLen+1, target, tLen+1);
686 const UChar *t, const uint32_t tLen) {
693 target[tLen] = s2;
695 return func(collator, opts, source, sLen+1, target, tLen+1)
2903 uint32_t tlen = u_unescape(testString, test, 32); local
    [all...]
callcoll.c 230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) {
247 uiter_setString(&tIter, target, tLen);
275 uint32_t tLen = u_strlen(target);
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, NULL, 0)
    [all...]
usrchtst.c     [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
wrtxml.cpp 793 int32_t tLen = ( outDir == NULL) ? 0 :(int32_t)uprv_strlen(outDir);
794 char* fn = (char*) uprv_malloc(sizeof(char) * (tLen+1024 +
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 794 int32_t tLen = ( outDir == NULL) ? 0 :(int32_t)uprv_strlen(outDir);
795 char* fn = (char*) uprv_malloc(sizeof(char) * (tLen+1024 +
    [all...]

Completed in 1538 milliseconds