Home
last modified time | relevance | path

Searched refs:reqLength (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Dustrtrns.c41 int32_t reqLength = 0; in u_strFromUTF32() local
68 reqLength++; in u_strFromUTF32()
77 reqLength+=UTF_CHAR_LENGTH(ch); in u_strFromUTF32()
90 reqLength++; in u_strFromUTF32()
100 reqLength+=UTF_CHAR_LENGTH(ch); in u_strFromUTF32()
104 reqLength += (int32_t)(pDest - dest); in u_strFromUTF32()
106 *pDestLength = reqLength; in u_strFromUTF32()
110 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in u_strFromUTF32()
126 int32_t reqLength=0; in u_strToUTF32() local
157 ++reqLength; in u_strToUTF32()
[all …]
Duidna.cpp211 reqLength=0; in _internal_toASCII() local
322 reqLength = b1Len; in _internal_toASCII()
324 reqLength = b1Len; in _internal_toASCII()
360 reqLength = b2Len+ACE_PREFIX_LENGTH; in _internal_toASCII()
362 if(reqLength > destCapacity){ in _internal_toASCII()
379 if(reqLength > MAX_LABEL_LENGTH){ in _internal_toASCII()
392 return u_terminateUChars(dest, destCapacity, reqLength, status); in _internal_toASCII()
417 reqLength=0; in _internal_toUnicode() local
545 reqLength = b2Len; in _internal_toUnicode()
578 reqLength = srcLength; in _internal_toUnicode()
[all …]
Dutext.cpp1404 int32_t reqLength = 0; in utext_strFromUTF8() local
1424 reqLength++; in utext_strFromUTF8()
1434 reqLength++; in utext_strFromUTF8()
1440 reqLength+=UTF_CHAR_LENGTH(ch); in utext_strFromUTF8()
1444 reqLength+=(int32_t)(pDest - dest); in utext_strFromUTF8()
1447 *pDestLength = reqLength; in utext_strFromUTF8()
1451 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in utext_strFromUTF8()
/external/icu4c/test/intltest/
Didnaref.cpp263 reqLength=0; in idnaref_toASCII() local
341 reqLength = b1Len; in idnaref_toASCII()
343 reqLength = b1Len; in idnaref_toASCII()
374 reqLength = b2Len+ACE_PREFIX_LENGTH; in idnaref_toASCII()
376 if(reqLength > destCapacity){ in idnaref_toASCII()
391 if(reqLength > MAX_LABEL_LENGTH){ in idnaref_toASCII()
406 return u_terminateUChars(dest, destCapacity, reqLength, status); in idnaref_toASCII()
435 reqLength=0; in idnaref_toUnicode() local
574 reqLength = b2Len; in idnaref_toUnicode()
604 reqLength = srcLength; in idnaref_toUnicode()
[all …]
/external/icu4c/test/cintltst/
Dnfsprep.c57 reqLength=0; in nfs4_prepare() local
116 reqLength = b3Len; in nfs4_prepare()
117 if(dest!=NULL && reqLength <= destCapacity){ in nfs4_prepare()
118 memmove(dest, b3, reqLength); in nfs4_prepare()
132 return u_terminateChars(dest, destCapacity, reqLength, status); in nfs4_prepare()