Searched refs:fSkippedWallTime (Results 1 – 2 of 2) sorted by relevance
706 fSkippedWallTime(UCAL_WALLTIME_LAST) in Calendar()732 fSkippedWallTime(UCAL_WALLTIME_LAST) in Calendar()764 fSkippedWallTime(UCAL_WALLTIME_LAST) in Calendar()809 fSkippedWallTime = right.fSkippedWallTime; in operator =()1026 fSkippedWallTime == other.fSkippedWallTime && in isEquivalentTo()2232 switch (fSkippedWallTime) { in add()2450 fSkippedWallTime = option; in setSkippedWallTimeOption()2458 return fSkippedWallTime; in getSkippedWallTimeOption()3018 if (!isLenient() || fSkippedWallTime == UCAL_WALLTIME_NEXT_VALID) { in computeTime()3035 U_ASSERT(fSkippedWallTime == UCAL_WALLTIME_NEXT_VALID); in computeTime()[all …]
2183 UCalendarWallTimeOption fSkippedWallTime; variable