Home
last modified time | relevance | path

Searched refs:numSubstitutions (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c215 int32_t numSubstitutions; in Test_strToUTF32_surrogates() local
290 numSubstitutions = -1; in Test_strToUTF32_surrogates()
292 u_strToUTF32WithSub(u32Target, 0, &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err); in Test_strToUTF32_surrogates()
293 if(err != U_BUFFER_OVERFLOW_ERROR || u32DestLen != 7 || numSubstitutions != 2) { in Test_strToUTF32_surrogates()
300 u_strToUTF32WithSub(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err); in Test_strToUTF32_surrogates()
301 if(err != U_ZERO_ERROR || u32DestLen != 7 || numSubstitutions != 2 || uprv_memcmp(u32Target, expected_FFFD, 8*4)) { in Test_strToUTF32_surrogates()
308 u_strToUTF32WithSub(NULL, 0, &u32DestLen, surr16, -1, 0x12345, &numSubstitutions, &err); in Test_strToUTF32_surrogates()
309 if(err != U_BUFFER_OVERFLOW_ERROR || u32DestLen != 7 || numSubstitutions != 2) { in Test_strToUTF32_surrogates()
316 u_strToUTF32WithSub(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16, -1, 0x12345, &numSubstitutions, &err); in Test_strToUTF32_surrogates()
317 if(err != U_ZERO_ERROR || u32DestLen != 7 || numSubstitutions ! in Test_strToUTF32_surrogates()
395 int32_t numSubstitutions; Test_strFromUTF32_surrogates() local
522 int32_t numSubstitutions; Test_UChar_UTF8_API() local
1738 int32_t numSubstitutions; Test_strFromJavaModifiedUTF8() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dustrtrns.cpp52 int32_t numSubstitutions; in u_strFromUTF32WithSub() local
73 numSubstitutions = 0; in u_strFromUTF32WithSub()
120 ++numSubstitutions; in u_strFromUTF32WithSub()
130 *pNumSubstitutions = numSubstitutions; in u_strFromUTF32WithSub()
167 int32_t numSubstitutions; in u_strToUTF32WithSub() local
188 numSubstitutions = 0; in u_strToUTF32WithSub()
222 ++numSubstitutions; in u_strToUTF32WithSub()
236 *pNumSubstitutions = numSubstitutions; in u_strToUTF32WithSub()
285 int32_t numSubstitutions=0; in u_strFromUTF8WithSub() local
329 if(c<0 && (++numSubstitutions, in u_strFromUTF8WithSub()
804 int32_t numSubstitutions; u_strToUTF8WithSub() local
1097 int32_t numSubstitutions=0; u_strFromJavaModifiedUTF8WithSub() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dustrtrns.cpp52 int32_t numSubstitutions; in u_strFromUTF32WithSub() local
73 numSubstitutions = 0; in u_strFromUTF32WithSub()
120 ++numSubstitutions; in u_strFromUTF32WithSub()
130 *pNumSubstitutions = numSubstitutions; in u_strFromUTF32WithSub()
167 int32_t numSubstitutions; in u_strToUTF32WithSub() local
188 numSubstitutions = 0; in u_strToUTF32WithSub()
222 ++numSubstitutions; in u_strToUTF32WithSub()
236 *pNumSubstitutions = numSubstitutions; in u_strToUTF32WithSub()
285 int32_t numSubstitutions=0; in u_strFromUTF8WithSub() local
329 if(c<0 && (++numSubstitutions, in u_strFromUTF8WithSub()
804 int32_t numSubstitutions; u_strToUTF8WithSub() local
1097 int32_t numSubstitutions=0; u_strFromJavaModifiedUTF8WithSub() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dustrtrns.cpp52 int32_t numSubstitutions; in u_strFromUTF32WithSub() local
73 numSubstitutions = 0; in u_strFromUTF32WithSub()
120 ++numSubstitutions; in u_strFromUTF32WithSub()
130 *pNumSubstitutions = numSubstitutions; in u_strFromUTF32WithSub()
167 int32_t numSubstitutions; in u_strToUTF32WithSub() local
188 numSubstitutions = 0; in u_strToUTF32WithSub()
222 ++numSubstitutions; in u_strToUTF32WithSub()
236 *pNumSubstitutions = numSubstitutions; in u_strToUTF32WithSub()
285 int32_t numSubstitutions=0; in u_strFromUTF8WithSub() local
329 if(c<0 && (++numSubstitutions, in u_strFromUTF8WithSub()
804 int32_t numSubstitutions; u_strToUTF8WithSub() local
1097 int32_t numSubstitutions=0; u_strFromJavaModifiedUTF8WithSub() local
[all...]

Completed in 5 milliseconds