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

1 2

  /external/icu/icu4c/source/test/intltest/
pptest.cpp 194 const int tempLen = 20;
203 //char fmtText[tempLen];
207 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ?
208 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 752 int32_t tempLen = (reqLength + b1Len );
754 if( tempLen< destCapacity){
758 reqLength = tempLen;
801 int32_t tempLen = (reqLength + b1Len );
803 if( tempLen< destCapacity){
807 reqLength = tempLen;
906 int32_t tempLen = (reqLength + b1Len );
908 if( tempLen< destCapacity){
912 reqLength = tempLen;
958 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/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc     [all...]
  /frameworks/base/core/java/android/text/
TextUtils.java 262 int tempLen = 2 * len;
263 if (tempLen < len) {
267 char[] temp = obtain(tempLen);
    [all...]
  /hardware/nxp/secure_element/ls_client/src/
LsLib.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java     [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
Ala.cpp     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 308 milliseconds

1 2