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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
AES.java 397 Method tLen = gcmSpecClass.getDeclaredMethod("getTLen", new Class[0]);
401 gcmParams = new GCMParameters((byte[])iv.invoke(paramSpec, new Object[0]), ((Integer)tLen.invoke(paramSpec, new Object[0])).intValue());
  /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/icu/icu4c/source/test/intltest/
tscoll.cpp 92 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
104 uiter_setString(&tIter, target, tLen);
146 int32_t sLen = source.length(), tLen = target.length();
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);
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_script.cpp 209 int tLen = 0;
282 tLen = strlen(cycle_cmd);
283 temp_cmd = new char[tLen+1];
308 ctx += tLen + 1;
    [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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseBlockCipher.java 636 Method tLen = gcmSpecClass.getDeclaredMethod("getTLen", new Class[0]);
642 // param = aeadParams = new AEADParameters(null, ((Integer)tLen.invoke(params, new Object[0])).intValue(), (byte[])iv.invoke(params, new Object[0]));
647 param = aeadParams = new AEADParameters(new KeyParameter(key.getEncoded()), ((Integer)tLen.invoke(params, new Object[0])).intValue(), (byte[])iv.invoke(params, new Object[0]));
    [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/icu/icu4c/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 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, sortKey2, sortklen2+1)
    [all...]
usrchtst.c     [all...]
cmsccoll.c 50 const UChar *target, const int tLen);
1694 uint32_t tlen = u_unescape(testString, test, 32); local
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 804 int32_t tLen = ( outDir == NULL) ? 0 :(int32_t)uprv_strlen(outDir);
805 char* fn = (char*) uprv_malloc(sizeof(char) * (tLen+1024 +
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /prebuilts/tools/common/m2/repository/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 857 milliseconds