Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCAL_WALLTIME_FIRST

2213     if (option == UCAL_WALLTIME_LAST || option == UCAL_WALLTIME_FIRST) {
2902 int duplicatedTimeOpt = (fRepeatedWallTime == UCAL_WALLTIME_FIRST) ? BasicTimeZone::kFormer : BasicTimeZone::kLatter;
2903 int nonExistingTimeOpt = (fSkippedWallTime == UCAL_WALLTIME_FIRST) ? BasicTimeZone::kLatter : BasicTimeZone::kFormer;
2911 if (fRepeatedWallTime == UCAL_WALLTIME_FIRST) {
2925 // Negative shift within last 6 hours. When UCAL_WALLTIME_FIRST is used and the given wall time falls
2931 if (!sawRecentNegativeShift && fSkippedWallTime == UCAL_WALLTIME_FIRST) {