Searched full:max_count (Results 1 – 5 of 5) sorted by relevance
/base/global/i18n_lite/frameworks/i18n/src/ |
D | date_time_format_impl.cpp | 258 ZeroPadding(appendTo, count, MAX_COUNT, standaloneMonth + 1); in Process() 269 ZeroPadding(appendTo, count, MAX_COUNT, month + 1); in Process() 290 ZeroPadding(appendTo, count, MAX_COUNT, standaloneWeekDay); in ProcessWeekDayYear() 303 ZeroPadding(appendTo, count, MAX_COUNT, weekDay); in ProcessWeekDayYear() 309 ZeroPadding(appendTo, count, MAX_COUNT, day); in ProcessWeekDayYear() 316 ZeroPadding(appendTo, count, MAX_COUNT, adjustYear); in ProcessWeekDayYear() 349 ZeroPadding(appendTo, count, MAX_COUNT, index); in ProcessTime() 354 ZeroPadding(appendTo, count, MAX_COUNT, hour); in ProcessTime() 360 ZeroPadding(appendTo, count, MAX_COUNT, index); in ProcessTime() 365 ZeroPadding(appendTo, count, MAX_COUNT, hour); in ProcessTime() [all …]
|
/base/startup/init/test/moduletest/ |
D | param_test_module.c | 26 #define MAX_COUNT 1 macro 37 int maxCount = MAX_COUNT; in PluginParamCmdWriteParam()
|
/base/web/webview/ |
D | hisysevent.yaml | 39 MAX_COUNT: {type: UINT32, desc: maximum instance count}
|
/base/global/i18n_lite/frameworks/i18n/include/ |
D | date_time_format_impl.h | 31 #define MAX_COUNT 10 macro
|
/base/notification/common_event_service/frameworks/native/test/unittest/ |
D | matching_skills_test.cpp | 31 static const size_t MAX_COUNT = 100; variable 75 EXPECT_EQ(false, entity == matchSkills.GetEntity(MAX_COUNT));
|