Home
last modified time | relevance | path

Searched refs:tempLen (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dpptest.cpp194 const int tempLen = 20; in TestFieldPosition_example() local
207 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? in TestFieldPosition_example()
208 tempLen : (tempLen - pos.getEndIndex()); in TestFieldPosition_example()
Dtfsmalls.cpp97 const int32_t tempLen = 20; in test_FieldPosition_example() local
98 char temp[tempLen]; in test_FieldPosition_example()
106 for (int32_t j=0; j<tempLen; j++) temp[j] = '='; // clear with spaces in test_FieldPosition_example()
107 int32_t tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? in test_FieldPosition_example()
108 tempLen : (tempLen - pos.getEndIndex()); in test_FieldPosition_example()
Didnaref.cpp752 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToASCII() local
754 if( tempLen< destCapacity){ in idnaref_IDNToASCII()
758 reqLength = tempLen; in idnaref_IDNToASCII()
801 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToASCII() local
803 if( tempLen< destCapacity){ in idnaref_IDNToASCII()
807 reqLength = tempLen; in idnaref_IDNToASCII()
906 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToUnicode() local
908 if( tempLen< destCapacity){ in idnaref_IDNToUnicode()
912 reqLength = tempLen; in idnaref_IDNToUnicode()
958 int32_t tempLen = (reqLength + b1Len ); in idnaref_IDNToUnicode() local
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
DRTPencode.cc1604 size_t tempLen; in NetEQTest_encode() local
1615 tempLen = frameLen; in NetEQTest_encode()
1620 while (tempLen >= sampleRate_10) { in NetEQTest_encode()
1621 if ((tempLen % sampleRate_30) == 0) { // tempLen is multiple of 30ms in NetEQTest_encode()
1625 tempLen -= sampleRate_30; in NetEQTest_encode()
1626 } else if (tempLen >= sampleRate_20) { // tempLen >= 20ms in NetEQTest_encode()
1630 tempLen -= sampleRate_20; in NetEQTest_encode()
1635 tempLen -= sampleRate_10; in NetEQTest_encode()
1649 encoded, &tempLen, first_cng); in NetEQTest_encode()
1650 encoded += tempLen; in NetEQTest_encode()
[all …]
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DAla.cpp2346 UINT8 tempLen = 0; in Write_Response_To_OutFile() local
2452 while(tempLen < tagLen) in Write_Response_To_OutFile()
2454 status = fprintf(image_info->fResp, "%02X", tagBuffer[tempLen++]); in Write_Response_To_OutFile()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java1034 int tempLen = matchesAt(text, offset, trial); in matchesAt() local
1035 if (lastLen > tempLen) break strings; in matchesAt()
1036 lastLen = tempLen; in matchesAt()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java1059 int tempLen = matchesAt(text, offset, trial); in matchesAt() local
1060 if (lastLen > tempLen) break strings; in matchesAt()
1061 lastLen = tempLen; in matchesAt()