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

  /external/chromium_org/third_party/icu/source/test/intltest/
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/icu4c/test/intltest/
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);
  /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/chromium_org/third_party/icu/source/test/cintltst/
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...]
cmsccoll.c 50 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) {
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+1)
2936 uint32_t tlen = u_unescape(testString, test, 32); local
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/test/cintltst/
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...]
cmsccoll.c 51 const UChar *target, const int tLen);
660 static UCollationResult ucaTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
662 return ucol_strcoll(UCA, source, sLen, target, tLen);
666 static UCollationResult winTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) {
669 return (UCollationResult)CompareString(lcid, 0, source, sLen, target, tLen);
679 const UChar *t, const uint32_t tLen) {
688 return func(collator, opts, source, sLen+1, target, tLen+1);
694 const UChar *t, const uint32_t tLen) {
701 target[tLen] = s2;
703 return func(collator, opts, source, sLen+1, target, tLen+1)
2948 uint32_t tlen = u_unescape(testString, test, 32); local
    [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...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 512 milliseconds