Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dustrtrns.cpp49 int32_t reqLength; in u_strFromUTF32WithSub() local
70 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() local
185 reqLength = 0; in u_strToUTF32WithSub()
[all …]
Duidna.cpp209 reqLength=0; in _internal_toASCII() local
320 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() local
542 reqLength = b2Len; in _internal_toUnicode()
575 reqLength = srcLength; in _internal_toUnicode()
[all …]
Dutext.cpp1415 int32_t reqLength = 0; in utext_strFromUTF8() local
1432 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()
/external/icu/icu4c/source/test/intltest/
Didnaref.cpp263 reqLength=0; in idnaref_toASCII() local
343 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() local
576 reqLength = b2Len; in idnaref_toUnicode()
606 reqLength = srcLength; in idnaref_toUnicode()
[all …]
/external/icu/icu4c/source/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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java809 int reqLength=0; in staticTest() local
812 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() local
857 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() local
884reqLength=Normalizer.decompose(input,0,input.length,output,0,output.length, mode==Normalizer.NFKD,… in decomposeTest()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...