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

/external/icu4c/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.cpp748 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/cintltst/
H A Dcmsccoll.c552 uint32_t tempLen; local
608 tempLen = firstLen;
610 chLen = tempLen;
612 tempLen = firstEx;
614 exLen = tempLen;

Completed in 319 milliseconds