Searched refs:hourTwoDigitString (Results 1 – 2 of 2) sorted by relevance
440 hourTwoDigitString = "hh"; in ComputeHourCycleChars()443 hourTwoDigitString = "HH"; in ComputeHourCycleChars()448 hourTwoDigitString = "KK"; in ComputeHourCycleChars()451 hourTwoDigitString = "hh"; in ComputeHourCycleChars()454 hourTwoDigitString = "HH"; in ComputeHourCycleChars()457 hourTwoDigitString = "kk"; in ComputeHourCycleChars()466 ComputePartOfPattern(hour, hourChar, hourTwoDigitString, hourNumericString); in ComputePattern()
97 std::string hourTwoDigitString = "HH"; variable