Home | History | Annotate | Download | only in i18n

Lines Matching refs:fLastSetLiteral

1662             fLastSetLiteral = fC.fChar;
1679 fLastSetLiteral = fC.fChar;
1692 fLastSetLiteral = c;
1698 // The left character is already in the set, and is saved in fLastSetLiteral.
1704 if (U_SUCCESS(*fStatus) && fLastSetLiteral > c) {
1708 s->add(fLastSetLiteral, c);
1709 fLastSetLiteral = c;
1768 // The left character is already in the set, and is saved in fLastSetLiteral.
1773 if (fLastSetLiteral > fC.fChar) {
1777 s->add(fLastSetLiteral, fC.fChar);