Lines Matching +defs:sub +defs:s
55 u_strFindFirst(const UChar *s, int32_t length, in u_strFindFirst()
56 const UChar *sub, int32_t subLength) { in u_strFindFirst()
193 u_strstr(const UChar *s, const UChar *substring) { in u_strstr()
198 u_strchr(const UChar *s, UChar c) { in u_strchr()
219 u_strchr32(const UChar *s, UChar32 c) { in u_strchr32()
240 u_memchr(const UChar *s, UChar c, int32_t count) { in u_memchr()
259 u_memchr32(const UChar *s, UChar32 c, int32_t count) { in u_memchr32()
286 u_strFindLast(const UChar *s, int32_t length, in u_strFindLast()
287 const UChar *sub, int32_t subLength) { in u_strFindLast()
366 u_strrstr(const UChar *s, const UChar *substring) { in u_strrstr()
371 u_strrchr(const UChar *s, UChar c) { in u_strrchr()
393 u_strrchr32(const UChar *s, UChar32 c) { in u_strrchr32()
415 u_memrchr(const UChar *s, UChar c, int32_t count) { in u_memrchr()
434 u_memrchr32(const UChar *s, UChar32 c, int32_t count) { in u_memrchr32()
993 u_strlen(const UChar *s) in u_strlen()
1007 u_countChar32(const UChar *s, int32_t length) { in u_countChar32()
1048 u_strHasMoreChar32Than(const UChar *s, int32_t length, int32_t number) { in u_strHasMoreChar32Than()