Home | History | Annotate | Download | only in common

Lines Matching full:uprv_strlen

1416     StringPiece src(label, length<0 ? uprv_strlen(label) : length);
1432 StringPiece src(label, length<0 ? uprv_strlen(label) : length);
1448 StringPiece src(name, length<0 ? uprv_strlen(name) : length);
1464 StringPiece src(name, length<0 ? uprv_strlen(name) : length);