Searched refs:tempLen (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpptest.cpp192 const int tempLen = 20; local
201 //char fmtText[tempLen];
205 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ?
206 tempLen : (tempLen - pos.getEndIndex());
H A Dtfsmalls.cpp97 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 Didnaref.cpp750 int32_t tempLen = (reqLength + b1Len ); local
752 if( tempLen< destCapacity){
756 reqLength = tempLen;
799 int32_t tempLen = (reqLength + b1Len ); local
801 if( tempLen< destCapacity){
805 reqLength = tempLen;
904 int32_t tempLen = (reqLength + b1Len ); local
906 if( tempLen< destCapacity){
910 reqLength = tempLen;
956 int32_t tempLen local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dpptest.cpp192 const int tempLen = 20; local
201 //char fmtText[tempLen];
205 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ?
206 tempLen : (tempLen - pos.getEndIndex());
H A Dtfsmalls.cpp97 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 Didnaref.cpp750 int32_t tempLen = (reqLength + b1Len ); local
752 if( tempLen< destCapacity){
756 reqLength = tempLen;
799 int32_t tempLen = (reqLength + b1Len ); local
801 if( tempLen< destCapacity){
805 reqLength = tempLen;
904 int32_t tempLen = (reqLength + b1Len ); local
906 if( tempLen< destCapacity){
910 reqLength = tempLen;
956 int32_t tempLen local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DRTPencode.cc1541 int16_t tempLen; local
1552 tempLen = frameLen;
1557 while (tempLen >= 10*sampleRate/1000) {
1558 if ((tempLen % 30*sampleRate/1000) == 0) { // tempLen is multiple of 30ms
1561 tempLen -= 30*sampleRate/1000;
1563 else if (tempLen >= 20*sampleRate/1000) { // tempLen >= 20ms
1566 tempLen -= 20*sampleRate/1000;
1571 tempLen
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c553 uint32_t tempLen; local
610 tempLen = firstLen;
612 chLen = tempLen;
614 tempLen = firstEx;
616 exLen = tempLen;
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c2446 unsigned int tempLen; local
2462 hashObj->end(write_mac_context, temp, &tempLen, sizeof temp);
2475 hashObj->update(write_mac_context, temp, tempLen);

Completed in 414 milliseconds