Home | History | Annotate | Download | only in localization

Lines Matching full:cc_start

3509   int cc_start = 0, cc = 0;
3529 cc_start = cc;
3531 while (cc < len && cc < cc_start + 2) {
3538 if (cc == cc_start + 1 || tmpM > 12 || tmpM < 1) {
3546 cc_start = cc;
3547 while (cc < len && cc < cc_start + 2) {
3592 int cc_start = 0, cc = cc_start;
3608 cc_start = cc;
3609 while (cc < len && cc < cc_start + 2) {
3615 if (cc == cc_start + 1 || minute >= 60) {
3622 cc_start = cc;
3623 while (cc < len && cc < cc_start + 2) {
3629 if (cc == cc_start + 1 || second >= 60) {
3635 cc_start = cc;
3636 while (cc < len && cc < cc_start + 3) {
3642 if (cc < cc_start + 3)