Home | History | Annotate | Download | only in unicode

Lines Matching refs:destCapacity

969  * @param destCapacity the number of UChars that may be written at
979 UChar *dest, int32_t destCapacity);
1039 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1047 * @return The length of the result string. It may be greater than destCapacity. In that case,
1052 u_strToUpper(UChar *dest, int32_t destCapacity,
1065 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1073 * @return The length of the result string. It may be greater than destCapacity. In that case,
1078 u_strToLower(UChar *dest, int32_t destCapacity,
1107 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1119 * @return The length of the result string. It may be greater than destCapacity. In that case,
1124 u_strToTitle(UChar *dest, int32_t destCapacity,
1142 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1150 * @return The length of the result string. It may be greater than destCapacity. In that case,
1155 u_strFoldCase(UChar *dest, int32_t destCapacity,
1165 * @param destCapacity The size of the buffer (number of wchar_t's). If it is 0, then
1181 int32_t destCapacity,
1191 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1207 int32_t destCapacity,
1217 * @param destCapacity The size of the buffer (number of chars). If it is 0, then
1233 int32_t destCapacity,
1244 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1260 int32_t destCapacity,
1271 * @param destCapacity The size of the buffer (number of UChar32s). If it is 0, then
1287 int32_t destCapacity,
1298 * @param destCapacity The size of the buffer (number of UChars). If it is 0, then
1314 int32_t destCapacity,