D | shim.cpp | 506 … const UChar32 * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode … in u_strFromUTF32WithSub() argument 507 …2WithSub)(dest, destCapacity, pDestLength, src, srcLength, subchar, pNumSubstitutions, pErrorCode); in u_strFromUTF32WithSub() 515 …th, const char * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode … in u_strFromUTF8WithSub() argument 516 …8WithSub)(dest, destCapacity, pDestLength, src, srcLength, subchar, pNumSubstitutions, pErrorCode); in u_strFromUTF8WithSub() 530 …h, const UChar * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode … in u_strToUTF32WithSub() argument 531 …2WithSub)(dest, destCapacity, pDestLength, src, srcLength, subchar, pNumSubstitutions, pErrorCode); in u_strToUTF32WithSub() 536 …h, const UChar * src, int32_t srcLength, UChar32 subchar, int32_t * pNumSubstitutions, UErrorCode … in u_strToUTF8WithSub() argument 537 …8WithSub)(dest, destCapacity, pDestLength, src, srcLength, subchar, pNumSubstitutions, pErrorCode); in u_strToUTF8WithSub()
|