HomeSort by relevance Sort by last modified time
    Searched refs:tempLen (Results 1 - 12 of 12) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
pptest.cpp 192 const int tempLen = 20;
201 //char fmtText[tempLen];
205 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ?
206 tempLen : (tempLen - pos.getEndIndex());
tfsmalls.cpp 97 const int32_t tempLen = 20;
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());
idnaref.cpp 748 int32_t tempLen = (reqLength + b1Len );
750 if( tempLen< destCapacity){
754 reqLength = tempLen;
797 int32_t tempLen = (reqLength + b1Len );
799 if( tempLen< destCapacity){
803 reqLength = tempLen;
902 int32_t tempLen = (reqLength + b1Len );
904 if( tempLen< destCapacity){
908 reqLength = tempLen;
954 int32_t tempLen = (reqLength + b1Len )
    [all...]
  /external/icu4c/test/intltest/
pptest.cpp 192 const int tempLen = 20;
201 //char fmtText[tempLen];
205 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ?
206 tempLen : (tempLen - pos.getEndIndex());
tfsmalls.cpp 97 const int32_t tempLen = 20;
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());
idnaref.cpp 748 int32_t tempLen = (reqLength + b1Len );
750 if( tempLen< destCapacity){
754 reqLength = tempLen;
797 int32_t tempLen = (reqLength + b1Len );
799 if( tempLen< destCapacity){
803 reqLength = tempLen;
902 int32_t tempLen = (reqLength + b1Len );
904 if( tempLen< destCapacity){
908 reqLength = tempLen;
954 int32_t tempLen = (reqLength + b1Len )
    [all...]
  /libcore/luni/src/main/java/java/math/
Conversion.java 85 int tempLen = numberLength;
93 resDigit = Division.divideArrayByInt(temp, temp, tempLen,
104 for (i = tempLen - 1; (i > 0) && (temp[i] == 0); i--) {
107 tempLen = i + 1;
108 if ((tempLen == 1) && (temp[0] == 0)) { // the quotient is 0
203 int tempLen = numberLength;
204 System.arraycopy(digits, 0, temp, 0, tempLen);
210 for (int i1 = tempLen - 1; i1 >= 0; i1--) {
226 int j = tempLen - 1;
232 tempLen = j + 1
    [all...]
  /external/chromium/third_party/icu/source/common/
caniter.cpp 595 int32_t tempLen = inputLen + bufLen;
598 unorm_decompose(trial, bufSize, temp, tempLen, FALSE, 0, &status);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
whalHwAccess.c     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 550 uint32_t tempLen;
602 tempLen = firstLen;
604 chLen = tempLen;
606 tempLen = firstEx;
608 exLen = tempLen;
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 550 uint32_t tempLen;
602 tempLen = firstLen;
604 chLen = tempLen;
606 tempLen = firstEx;
608 exLen = tempLen;
    [all...]
  /external/chromium/net/third_party/nss/ssl/
ssl3con.c     [all...]

Completed in 553 milliseconds