Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCAL_WALLTIME_FIRST

2234                     case UCAL_WALLTIME_FIRST:
2433 if (option == UCAL_WALLTIME_LAST || option == UCAL_WALLTIME_FIRST) {
3139 int duplicatedTimeOpt = (fRepeatedWallTime == UCAL_WALLTIME_FIRST) ? BasicTimeZone::kFormer : BasicTimeZone::kLatter;
3140 int nonExistingTimeOpt = (fSkippedWallTime == UCAL_WALLTIME_FIRST) ? BasicTimeZone::kLatter : BasicTimeZone::kFormer;
3148 if (fRepeatedWallTime == UCAL_WALLTIME_FIRST) {
3162 // Negative shift within last 6 hours. When UCAL_WALLTIME_FIRST is used and the given wall time falls
3168 if (!sawRecentNegativeShift && fSkippedWallTime == UCAL_WALLTIME_FIRST) {