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

  /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...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPencode.cc     [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...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 151 milliseconds