Home | History | Annotate | Download | only in unicode

Lines Matching full:subchar

1309  * Same as u_strToUTF8() except for the additional subchar which is output for
1311 * With subchar==U_SENTINEL, this function behaves exactly like u_strToUTF8().
1324 * @param subchar The substitution character to use in place of an illegal input sequence,
1329 * @param pNumSubstitutions Output parameter receiving the number of substitutions if subchar>=0.
1330 * Set to 0 if no substitutions occur or subchar<0.
1347 UChar32 subchar, int32_t *pNumSubstitutions,
1354 * Same as u_strFromUTF8() except for the additional subchar which is output for
1356 * With subchar==U_SENTINEL, this function behaves exactly like u_strFromUTF8().
1369 * @param subchar The substitution character to use in place of an illegal input sequence,
1374 * @param pNumSubstitutions Output parameter receiving the number of substitutions if subchar>=0.
1375 * Set to 0 if no substitutions occur or subchar<0.
1393 UChar32 subchar, int32_t *pNumSubstitutions,
1519 * Same as u_strToUTF32() except for the additional subchar which is output for
1521 * With subchar==U_SENTINEL, this function behaves exactly like u_strToUTF32().
1534 * @param subchar The substitution character to use in place of an illegal input sequence,
1539 * @param pNumSubstitutions Output parameter receiving the number of substitutions if subchar>=0.
1540 * Set to 0 if no substitutions occur or subchar<0.
1557 UChar32 subchar, int32_t *pNumSubstitutions,
1564 * Same as u_strFromUTF32() except for the additional subchar which is output for
1566 * With subchar==U_SENTINEL, this function behaves exactly like u_strFromUTF32().
1579 * @param subchar The substitution character to use in place of an illegal input sequence,
1584 * @param pNumSubstitutions Output parameter receiving the number of substitutions if subchar>=0.
1585 * Set to 0 if no substitutions occur or subchar<0.
1602 UChar32 subchar, int32_t *pNumSubstitutions,
1615 * (Therefore there is no subchar parameter.)
1668 * @param subchar The substitution character to use in place of an illegal input sequence,
1673 * @param pNumSubstitutions Output parameter receiving the number of substitutions if subchar>=0.
1674 * Set to 0 if no substitutions occur or subchar<0.
1693 UChar32 subchar, int32_t *pNumSubstitutions,