Home | History | Annotate | Download | only in common

Lines Matching refs:dest

111              UChar *dest, int32_t destCapacity,
118 UChar *dest, int32_t destCapacity,
127 UChar *dest, int32_t destCapacity,
140 UChar *dest, int32_t destCapacity,
151 * @param dest Destination buffer, can be NULL if destCapacity==0.
152 * @param destCapacity Number of UChars available at dest.
153 * @param length Number of UChars that were (to be) written to dest.
158 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
165 u_terminateChars(char *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
172 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
179 u_terminateWChars(wchar_t *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);