Home | History | Annotate | Download | only in unicode

Lines Matching refs:destCapacity

993  * @param destCapacity the number of UChars that may be written at
1003 UChar *dest, int32_t destCapacity);
1063 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1071 * @return The length of the result string. It may be greater than destCapacity. In that case,
1076 u_strToUpper(UChar *dest, int32_t destCapacity,
1089 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1097 * @return The length of the result string. It may be greater than destCapacity. In that case,
1102 u_strToLower(UChar *dest, int32_t destCapacity,
1131 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1143 * @return The length of the result string. It may be greater than destCapacity. In that case,
1148 u_strToTitle(UChar *dest, int32_t destCapacity,
1166 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1174 * @return The length of the result string. It may be greater than destCapacity. In that case,
1179 u_strFoldCase(UChar *dest, int32_t destCapacity,
1193 * @param destCapacity The size of the buffer (number of wchar_t's). If it is 0, then
1209 int32_t destCapacity,
1222 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1238 int32_t destCapacity,
1251 * @param destCapacity The size of the buffer (number of chars). If it is 0, then
1269 int32_t destCapacity,
1281 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1299 int32_t destCapacity,
1315 * @param destCapacity The size of the buffer (number of chars). If it is 0, then
1343 int32_t destCapacity,
1360 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1389 int32_t destCapacity,
1407 * the destCapacity.
1415 * then it must be destCapacity>=srcLength.
1422 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1426 * must be destCapacity>=srcLength.
1432 * destCapacity<srcLength, then *pDestLength will be set to srcLength
1449 int32_t destCapacity,
1461 * @param destCapacity The size of the buffer (number of UChar32s). If it is 0, then
1479 int32_t destCapacity,
1491 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1509 int32_t destCapacity,
1525 * @param destCapacity The size of the buffer (number of UChar32s). If it is 0, then
1553 int32_t destCapacity,
1570 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1598 int32_t destCapacity,
1619 * @param destCapacity The size of the buffer (number of chars). If it is 0, then
1640 int32_t destCapacity,
1659 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1689 int32_t destCapacity,