Home | History | Annotate | Download | only in i18n

Lines Matching defs:currentValue

3644     int32_t currentValue;
3650 currentValue = STAMP_MAX;
3653 if (fStamp[i] > fNextStamp && fStamp[i] < currentValue) {
3654 currentValue = fStamp[i];