Home | History | Annotate | Download | only in i18n

Lines Matching full:u_strlen

4481             ((sourceLength==-1 && source!=NULL) ? u_strlen(source) : sourceLength));
4610 int32_t len = (sourceLength == -1 ? u_strlen(source) : sourceLength);
6459 len = u_strlen(varTop);