Home | History | Annotate | Download | only in common

Lines Matching refs:UChar

50 uprv_strCompare(const UChar *s1, int32_t length1,
51 const UChar *s2, int32_t length2,
60 u_strcmpFold(const UChar *s1, int32_t length1,
61 const UChar *s2, int32_t length2,
111 UChar *dest, int32_t destCapacity,
112 const UChar *src, int32_t srcLength,
118 UChar *dest, int32_t destCapacity,
119 const UChar *src, int32_t srcLength,
127 UChar *dest, int32_t destCapacity,
128 const UChar *src, int32_t srcLength,
140 UChar *dest, int32_t destCapacity,
141 const UChar *src, int32_t srcLength,
146 * NUL-terminate a UChar * string if possible.
158 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);