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

/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.cpp96 const int32_t tempLen = 20; local
97 char temp[tempLen];
102 //char fmtText[tempLen];
105 for (int32_t j=0; j<tempLen; j++) temp[j] = '='; // clear with spaces
106 int32_t tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ?
107 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/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DRTPencode.cc1604 size_t tempLen; local
1615 tempLen = frameLen;
1620 while (tempLen >= sampleRate_10) {
1621 if ((tempLen % sampleRate_30) == 0) { // tempLen is multiple of 30ms
1625 tempLen -= sampleRate_30;
1626 } else if (tempLen >= sampleRate_20) { // tempLen >= 20ms
1630 tempLen -= sampleRate_20;
1635 tempLen
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSet.java1028 int tempLen = matchesAt(text, offset, trial);
1029 if (lastLen > tempLen) break strings;
1030 lastLen = tempLen;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java1053 int tempLen = matchesAt(text, offset, trial);
1054 if (lastLen > tempLen) break strings;
1055 lastLen = tempLen;
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 248 milliseconds