/third_party/icu/icu4c/source/common/ |
H A D | ustrtrns.cpp | 51 int32_t reqLength; in u_strFromUTF32WithSub() local 72 reqLength = 0; in u_strFromUTF32WithSub() 83 ++reqLength; in u_strFromUTF32WithSub() 104 ++reqLength; in u_strFromUTF32WithSub() 112 reqLength += 2; in u_strFromUTF32WithSub() 125 reqLength += (int32_t)(pDest - dest); in u_strFromUTF32WithSub() 127 *pDestLength = reqLength; in u_strFromUTF32WithSub() 134 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromUTF32WithSub() 166 int32_t reqLength; in u_strToUTF32WithSub() local 187 reqLength in u_strToUTF32WithSub() 284 int32_t reqLength = 0; u_strFromUTF8WithSub() local 562 int32_t reqLength = 0; u_strFromUTF8Lenient() local 800 int32_t reqLength=0; u_strToUTF8WithSub() local 1096 int32_t reqLength = 0; u_strFromJavaModifiedUTF8WithSub() local 1320 int32_t reqLength=0; u_strToJavaModifiedUTF8() local [all...] |
H A D | uidna.cpp | 209 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 543 reqLength = b2Len; in _internal_toUnicode() 576 reqLength in _internal_toUnicode() 683 int32_t reqLength = 0; uidna_IDNToASCII() local 776 int32_t reqLength = 0; uidna_IDNToUnicode() local [all...] |
H A D | utext.cpp | 1431 int32_t reqLength = 0; 1448 reqLength++; 1458 reqLength++; 1461 reqLength+=U16_LENGTH(ch); 1465 reqLength+=(int32_t)(pDest - dest); 1468 *pDestLength = reqLength; 1472 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustrtrns.cpp | 51 int32_t reqLength; in u_strFromUTF32WithSub() local 72 reqLength = 0; in u_strFromUTF32WithSub() 83 ++reqLength; in u_strFromUTF32WithSub() 104 ++reqLength; in u_strFromUTF32WithSub() 112 reqLength += 2; in u_strFromUTF32WithSub() 125 reqLength += (int32_t)(pDest - dest); in u_strFromUTF32WithSub() 127 *pDestLength = reqLength; in u_strFromUTF32WithSub() 134 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromUTF32WithSub() 166 int32_t reqLength; in u_strToUTF32WithSub() local 187 reqLength in u_strToUTF32WithSub() 284 int32_t reqLength = 0; u_strFromUTF8WithSub() local 562 int32_t reqLength = 0; u_strFromUTF8Lenient() local 800 int32_t reqLength=0; u_strToUTF8WithSub() local 1096 int32_t reqLength = 0; u_strFromJavaModifiedUTF8WithSub() local 1320 int32_t reqLength=0; u_strToJavaModifiedUTF8() local [all...] |
H A D | uidna.cpp | 209 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 543 reqLength = b2Len; in _internal_toUnicode() 576 reqLength in _internal_toUnicode() 683 int32_t reqLength = 0; uidna_IDNToASCII() local 776 int32_t reqLength = 0; uidna_IDNToUnicode() local [all...] |
H A D | utext.cpp | 1434 int32_t reqLength = 0; 1451 reqLength++; 1461 reqLength++; 1464 reqLength+=U16_LENGTH(ch); 1468 reqLength+=(int32_t)(pDest - dest); 1471 *pDestLength = reqLength; 1475 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ustrtrns.cpp | 51 int32_t reqLength; in u_strFromUTF32WithSub() local 72 reqLength = 0; in u_strFromUTF32WithSub() 83 ++reqLength; in u_strFromUTF32WithSub() 104 ++reqLength; in u_strFromUTF32WithSub() 112 reqLength += 2; in u_strFromUTF32WithSub() 125 reqLength += (int32_t)(pDest - dest); in u_strFromUTF32WithSub() 127 *pDestLength = reqLength; in u_strFromUTF32WithSub() 134 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromUTF32WithSub() 166 int32_t reqLength; in u_strToUTF32WithSub() local 187 reqLength in u_strToUTF32WithSub() 284 int32_t reqLength = 0; u_strFromUTF8WithSub() local 562 int32_t reqLength = 0; u_strFromUTF8Lenient() local 800 int32_t reqLength=0; u_strToUTF8WithSub() local 1096 int32_t reqLength = 0; u_strFromJavaModifiedUTF8WithSub() local 1320 int32_t reqLength=0; u_strToJavaModifiedUTF8() local [all...] |
H A D | uidna.cpp | 209 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 543 reqLength = b2Len; in _internal_toUnicode() 576 reqLength in _internal_toUnicode() 683 int32_t reqLength = 0; uidna_IDNToASCII() local 776 int32_t reqLength = 0; uidna_IDNToUnicode() local [all...] |
H A D | utext.cpp | 1431 int32_t reqLength = 0; 1448 reqLength++; 1458 reqLength++; 1461 reqLength+=U16_LENGTH(ch); 1465 reqLength+=(int32_t)(pDest - dest); 1468 *pDestLength = reqLength; 1472 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | idnaref.cpp | 276 reqLength=0; in idnaref_toASCII() local 356 reqLength = b1Len; in idnaref_toASCII() 358 reqLength = b1Len; in idnaref_toASCII() 389 reqLength = b2Len+ACE_PREFIX_LENGTH; in idnaref_toASCII() 391 if(reqLength > destCapacity){ in idnaref_toASCII() 406 if(reqLength > MAX_LABEL_LENGTH){ in idnaref_toASCII() 421 return u_terminateUChars(dest, destCapacity, reqLength, status); in idnaref_toASCII() 450 reqLength=0; in idnaref_toUnicode() local 589 reqLength = b2Len; in idnaref_toUnicode() 619 reqLength in idnaref_toUnicode() 705 int32_t reqLength = 0; idnaref_IDNToASCII() local 860 int32_t reqLength = 0; idnaref_IDNToUnicode() local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 833 int reqLength=0; in staticTest() 836 reqLength=Normalizer.normalize(input,output, mode,0); in staticTest() 837 if(reqLength<=output.length ){ in staticTest() 845 if (!expect.equals(new String(output,0,reqLength))) { in staticTest() 878 int reqLength=0; in decomposeTest() 881 reqLength=Normalizer.decompose(input,output, mode==Normalizer.NFKD,0); in decomposeTest() 882 if(reqLength<=output.length ){ in decomposeTest() 890 if (!expect.equals(new String(output,0,reqLength))) { in decomposeTest() 905 int reqLength=0; in decomposeTest() 908 reqLength in decomposeTest() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 830 int reqLength=0; in staticTest() 833 reqLength=Normalizer.normalize(input,output, mode,0); in staticTest() 834 if(reqLength<=output.length ){ in staticTest() 842 if (!expect.equals(new String(output,0,reqLength))) { in staticTest() 875 int reqLength=0; in decomposeTest() 878 reqLength=Normalizer.decompose(input,output, mode==Normalizer.NFKD,0); in decomposeTest() 879 if(reqLength<=output.length ){ in decomposeTest() 887 if (!expect.equals(new String(output,0,reqLength))) { in decomposeTest() 902 int reqLength=0; in decomposeTest() 905 reqLength in decomposeTest() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nfsprep.c | 59 reqLength=0; in nfs4_prepare() local 118 reqLength = b3Len; in nfs4_prepare() 119 if(dest!=NULL && reqLength <= destCapacity){ in nfs4_prepare() 120 memmove(dest, b3, reqLength); in nfs4_prepare() 134 return u_terminateChars(dest, destCapacity, reqLength, status); in nfs4_prepare()
|