Home | History | Annotate | Download | only in common

Lines Matching refs:CR

572             if(i<originalLength && uchar==CR && text[i]==LF) /* do nothing on the CR */
1128 if(text[i]==CR && text[i+1]==LF)
1129 continue; /* skip CR when followed by LF */
1286 if(text[i]==CR && text[i+1]==LF)
1287 break; /* skip CR when followed by LF */