Home | History | Annotate | Download | only in unicode

Lines Matching refs:subLength

199  * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated.
209 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
286 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated.
296 u_strFindLast(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);