Home | History | Annotate | Download | only in i18n

Lines Matching refs:fIntervalLow

1021         fIntervalLow = 0;
1030 fIntervalLow = fIntervalLow*10 + digitValue;
1031 if (fIntervalLow < 0) {
1054 fIntervalUpper = fIntervalLow;
2294 fRXPat->fCompiledPat->setElementAt(fIntervalLow, topOfBlock+2);
2302 if ((fIntervalLow & 0xff000000) != 0 ||
2307 if (fIntervalLow > fIntervalUpper && fIntervalUpper != -1) {
2315 if (fIntervalUpper > 10 || fIntervalUpper < fIntervalLow) {
2344 + fIntervalUpper + (fIntervalUpper-fIntervalLow);
2346 if (fIntervalLow == 0) {
2358 if (i == fIntervalLow) {
2361 if (i > fIntervalLow) {