Searched refs:reqLength (Results 1 – 7 of 7) sorted by relevance
49 int32_t reqLength; in u_strFromUTF32WithSub() local70 reqLength = 0; in u_strFromUTF32WithSub()81 ++reqLength; in u_strFromUTF32WithSub()102 ++reqLength; in u_strFromUTF32WithSub()110 reqLength += 2; in u_strFromUTF32WithSub()123 reqLength += (int32_t)(pDest - dest); in u_strFromUTF32WithSub()125 *pDestLength = reqLength; in u_strFromUTF32WithSub()132 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromUTF32WithSub()164 int32_t reqLength; in u_strToUTF32WithSub() local185 reqLength = 0; in u_strToUTF32WithSub()[all …]
209 reqLength=0; in _internal_toASCII() local320 reqLength = b1Len; in _internal_toASCII()322 reqLength = b1Len; in _internal_toASCII()358 reqLength = b2Len+ACE_PREFIX_LENGTH; in _internal_toASCII()360 if(reqLength > destCapacity){ in _internal_toASCII()377 if(reqLength > MAX_LABEL_LENGTH){ in _internal_toASCII()390 return u_terminateUChars(dest, destCapacity, reqLength, status); in _internal_toASCII()415 reqLength=0; in _internal_toUnicode() local542 reqLength = b2Len; in _internal_toUnicode()575 reqLength = srcLength; in _internal_toUnicode()[all …]
1415 int32_t reqLength = 0; in utext_strFromUTF8() local1432 reqLength++; in utext_strFromUTF8()1442 reqLength++; in utext_strFromUTF8()1445 reqLength+=U16_LENGTH(ch); in utext_strFromUTF8()1449 reqLength+=(int32_t)(pDest - dest); in utext_strFromUTF8()1452 *pDestLength = reqLength; in utext_strFromUTF8()1456 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in utext_strFromUTF8()
263 reqLength=0; in idnaref_toASCII() local343 reqLength = b1Len; in idnaref_toASCII()345 reqLength = b1Len; in idnaref_toASCII()376 reqLength = b2Len+ACE_PREFIX_LENGTH; in idnaref_toASCII()378 if(reqLength > destCapacity){ in idnaref_toASCII()393 if(reqLength > MAX_LABEL_LENGTH){ in idnaref_toASCII()408 return u_terminateUChars(dest, destCapacity, reqLength, status); in idnaref_toASCII()437 reqLength=0; in idnaref_toUnicode() local576 reqLength = b2Len; in idnaref_toUnicode()606 reqLength = srcLength; in idnaref_toUnicode()[all …]
57 reqLength=0; in nfs4_prepare() local116 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()
809 int reqLength=0; in staticTest() local812 reqLength=Normalizer.normalize(input,output, mode,0); in staticTest()813 if(reqLength<=output.length ){ in staticTest()821 if (!expect.equals(new String(output,0,reqLength))) { in staticTest()854 int reqLength=0; in decomposeTest() local857 reqLength=Normalizer.decompose(input,output, mode==Normalizer.NFKD,0); in decomposeTest()858 if(reqLength<=output.length ){ in decomposeTest()866 if (!expect.equals(new String(output,0,reqLength))) { in decomposeTest()881 int reqLength=0; in decomposeTest() local884 …reqLength=Normalizer.decompose(input,0,input.length,output,0,output.length, mode==Normalizer.NFKD,… in decomposeTest()[all …]
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...