Home | History | Annotate | Download | only in unicode

Lines Matching full:u_strlen

54 u_strlen(const UChar *s);
1954 * by calling <code>u_strlen()</code>.
2775 * if newLength==-1, it defaults to u_strlen(buffer) but not more than
2935 * by calling <code>u_strlen()</code>.
4069 srcLength = u_strlen(srcChars);
4077 srcLength = u_strlen(srcChars);
4100 srcLength = u_strlen(srcChars);
4111 srcLength = u_strlen(srcChars + srcStart);