Home | History | Annotate | Download | only in i18n

Lines Matching refs:numCpFwd

151           numCpFwd(other.numCpFwd),
179 numCpFwd == other.numCpFwd &&
313 if(skipped == NULL && numCpFwd < 0) {
471 if(numCpFwd == 0) { return U_SENTINEL; }
474 if(numCpFwd > 0 && c >= 0) { --numCpFwd; }
484 if(numCpFwd >= 0) { numCpFwd += n; }
692 if(numCpFwd == 0) { break; }
703 if(numCpFwd > 0) { --numCpFwd; }
908 numCpFwd = numBackward;
914 while(numCpFwd > 0) {
916 // Contraction matching and digit specials read more and check numCpFwd.
917 --numCpFwd;
940 numCpFwd = -1;