Home | History | Annotate | Download | only in common

Lines Matching refs:srcLength

1717                 const UChar *src, int32_t srcLength,
1730 srcLength<-1 || (srcLength!=0 && src==NULL)
1739 if(srcLength==-1) {
1740 srcLength=u_strlen(src);
1742 if(srcLength>0) {
1743 srcLimit=src+srcLength;
1777 const char *src, int32_t srcLength,
1790 srcLength<-1 || (srcLength!=0 && src==NULL))
1799 if(srcLength==-1) {
1800 srcLength=(int32_t)uprv_strlen(src);
1802 if(srcLength>0) {
1803 srcLimit=src+srcLength;