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

  /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 110 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
122 uiter_setString(&tIter, target, tLen);
164 int32_t sLen = source.length(), tLen = target.length();
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/icu4c/test/cintltst/
cmsccoll.c 51 const UChar *target, const int tLen);
659 static UCollationResult ucaTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
661 return ucol_strcoll(UCA, source, sLen, target, tLen);
665 static UCollationResult winTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
668 return (UCollationResult)CompareString(lcid, 0, source, sLen, target, tLen);
678 const UChar *t, const uint32_t tLen) {
687 return func(collator, opts, source, sLen+1, target, tLen+1);
693 const UChar *t, const uint32_t tLen) {
700 target[tLen] = s2;
702 return func(collator, opts, source, sLen+1, target, tLen+1)
2939 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 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);
409 ucol_getSortKey(myCollation, target, tLen, sortKey2, sortklen2+1)
    [all...]
usrchtst.c     [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 107 int tLen = 0;
174 tLen = strlen(cycle_cmd);
175 temp_cmd = new char[tLen+1];
200 ctx += tLen + 1;
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [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...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1428 milliseconds