Home | History | Annotate | Download | only in intltest

Lines Matching full:u_strlen

2898     return isUTF16 ? u_strlen((const UChar *)s) : strlen((const char *)s);