Searched refs:exploded (Results 1 – 9 of 9) sorted by relevance
65 Time::Exploded exploded; in TEST_F() local66 now.LocalExplode(&exploded); in TEST_F()67 exploded.hour = 0; in TEST_F()68 exploded.minute = 0; in TEST_F()69 exploded.second = 0; in TEST_F()70 exploded.millisecond = 0; in TEST_F()72 ignore_result(Time::FromLocalExploded(exploded, &expected)); in TEST_F()
65 Time::Exploded exploded; in GetValue() local66 SystemState::Get()->clock()->GetWallclockTime().LocalExplode(&exploded); in GetValue()67 return new int(exploded.hour); in GetValue()81 Time::Exploded exploded; in GetValue() local82 SystemState::Get()->clock()->GetWallclockTime().LocalExplode(&exploded); in GetValue()83 return new int(exploded.minute); in GetValue()
53 Time::Exploded exploded; in FromTime() local54 time.LocalExplode(&exploded); in FromTime()55 return WeeklyTime(exploded.day_of_week, in FromTime()56 TimeDelta::FromHours(exploded.hour) + in FromTime()57 TimeDelta::FromMinutes(exploded.minute)); in FromTime()
57 base::Time::Exploded exploded; in SetUpDefaultTimeProvider() local58 current_time.LocalExplode(&exploded); in SetUpDefaultTimeProvider()59 fake_state_.time_provider()->var_curr_hour()->reset(new int(exploded.hour)); in SetUpDefaultTimeProvider()61 new int(exploded.minute)); in SetUpDefaultTimeProvider()
52 void TestPolicy(const Time::Exploded& exploded, in TestPolicy() argument62 EXPECT_TRUE(Time::FromLocalExploded(exploded, &time)); in TestPolicy()
40 private ArrayMap<String, String> exploded; field in PackedString50 exploded = null; in PackedString()60 if (exploded == null) { in get()61 exploded = explode(string); in get()63 return exploded.get(tag); in get()73 if (exploded == null) { in unpack()74 exploded = explode(string); in unpack()76 return new ArrayMap<String, String>(exploded); in unpack()
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...