Searched defs:tempLen (Results 1 - 10 of 10) sorted by relevance
/external/chromium/third_party/icu/source/test/intltest/ |
H A D | pptest.cpp | 192 const int tempLen = 20; local 201 //char fmtText[tempLen]; 205 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? 206 tempLen : (tempLen - pos.getEndIndex());
|
H A D | tfsmalls.cpp | 97 const int32_t tempLen = 20; local 98 char temp[tempLen]; 103 //char fmtText[tempLen]; 106 for (int32_t j=0; j<tempLen; j++) temp[j] = '='; // clear with spaces 107 int32_t tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? 108 tempLen : (tempLen - pos.getEndIndex());
|
H A D | idnaref.cpp | 748 int32_t tempLen = (reqLength + b1Len ); local 750 if( tempLen< destCapacity){ 754 reqLength = tempLen; 797 int32_t tempLen = (reqLength + b1Len ); local 799 if( tempLen< destCapacity){ 803 reqLength = tempLen; 902 int32_t tempLen = (reqLength + b1Len ); local 904 if( tempLen< destCapacity){ 908 reqLength = tempLen; 954 int32_t tempLen local [all...] |
/external/icu4c/test/intltest/ |
H A D | pptest.cpp | 192 const int tempLen = 20; local 201 //char fmtText[tempLen]; 205 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? 206 tempLen : (tempLen - pos.getEndIndex());
|
H A D | tfsmalls.cpp | 97 const int32_t tempLen = 20; local 98 char temp[tempLen]; 103 //char fmtText[tempLen]; 106 for (int32_t j=0; j<tempLen; j++) temp[j] = '='; // clear with spaces 107 int32_t tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? 108 tempLen : (tempLen - pos.getEndIndex());
|
H A D | idnaref.cpp | 748 int32_t tempLen = (reqLength + b1Len ); local 750 if( tempLen< destCapacity){ 754 reqLength = tempLen; 797 int32_t tempLen = (reqLength + b1Len ); local 799 if( tempLen< destCapacity){ 803 reqLength = tempLen; 902 int32_t tempLen = (reqLength + b1Len ); local 904 if( tempLen< destCapacity){ 908 reqLength = tempLen; 954 int32_t tempLen local [all...] |
/external/chromium/third_party/icu/source/common/ |
H A D | caniter.cpp | 595 int32_t tempLen = inputLen + bufLen; local 598 unorm_decompose(trial, bufSize, temp, tempLen, FALSE, 0, &status);
|
/external/chromium/third_party/icu/source/test/cintltst/ |
H A D | cmsccoll.c | 550 uint32_t tempLen; local 602 tempLen = firstLen; 604 chLen = tempLen; 606 tempLen = firstEx; 608 exLen = tempLen;
|
/external/icu4c/test/cintltst/ |
H A D | cmsccoll.c | 550 uint32_t tempLen; local 602 tempLen = firstLen; 604 chLen = tempLen; 606 tempLen = firstEx; 608 exLen = tempLen;
|
/external/chromium/net/third_party/nss/ssl/ |
H A D | ssl3con.c | 1857 unsigned int tempLen; local 1879 tempLen = 11; 1887 tempLen = 13; 1891 PRINT_BUF(95, (NULL, "frag hash1: temp", temp, tempLen)); 1904 rv |= PK11_DigestOp(mac_context, temp, tempLen); 1952 hashObj->update(write_mac_context, temp, tempLen); 1954 hashObj->end(write_mac_context, temp, &tempLen, sizeof temp); 1967 hashObj->update(write_mac_context, temp, tempLen); 1983 HMAC_Update(cx, temp, tempLen);
|
Completed in 124 milliseconds