OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hour11
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeFieldElements.cpp
151
const int
hour11
= hour12 == 12 ? 0 : hour12;
local
152
const int hour23 = dateTimeFieldsState.ampm() == DateTimeFieldsState::AMPMValuePM ?
hour11
+ 12 :
hour11
;
Completed in 1106 milliseconds