Searched defs:reqLength (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/
H A Dustrtrns.c45 int32_t reqLength; local
66 reqLength = 0;
77 ++reqLength;
98 ++reqLength;
106 reqLength += 2;
119 reqLength += (int32_t)(pDest - dest);
121 *pDestLength = reqLength;
128 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode);
160 int32_t reqLength; local
181 reqLength
404 int32_t reqLength = 0; local
740 int32_t reqLength = 0; local
978 int32_t reqLength=0; local
1260 int32_t reqLength = 0; local
1509 int32_t reqLength=0; local
[all...]
H A Duidna.cpp209 reqLength=0; local
320 reqLength = b1Len;
322 reqLength = b1Len;
358 reqLength = b2Len+ACE_PREFIX_LENGTH;
360 if(reqLength > destCapacity){
377 if(reqLength > MAX_LABEL_LENGTH){
390 return u_terminateUChars(dest, destCapacity, reqLength, status);
415 reqLength=0; local
543 reqLength = b2Len;
576 reqLength
683 int32_t reqLength = 0; local
776 int32_t reqLength = 0; local
[all...]
H A Dutext.cpp1755 int32_t reqLength = 0; local
1775 reqLength++;
1785 reqLength++;
1791 reqLength+=U16_LENGTH(ch);
1795 reqLength+=(int32_t)(pDest - dest);
1798 *pDestLength = reqLength;
1802 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
/external/icu4c/test/cintltst/
H A Dnfsprep.c57 reqLength=0; local
116 reqLength = b3Len;
117 if(dest!=NULL && reqLength <= destCapacity){
118 memmove(dest, b3, reqLength);
132 return u_terminateChars(dest, destCapacity, reqLength, status);
/external/icu4c/test/intltest/
H A Didnaref.cpp263 reqLength=0; local
341 reqLength = b1Len;
343 reqLength = b1Len;
374 reqLength = b2Len+ACE_PREFIX_LENGTH;
376 if(reqLength > destCapacity){
391 if(reqLength > MAX_LABEL_LENGTH){
406 return u_terminateUChars(dest, destCapacity, reqLength, status);
435 reqLength=0; local
574 reqLength = b2Len;
604 reqLength
690 int32_t reqLength = 0; local
845 int32_t reqLength = 0; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 135 milliseconds