Home
last modified time | relevance | path

Searched refs:MAX_TIME_ZONE_ID (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp221 char timeZoneChars[MAX_TIME_ZONE_ID]; in ParseParametersBySetTimezone()
223 napi_get_value_string_utf8(env, argv[0], timeZoneChars, MAX_TIME_ZONE_ID - 1, &copied); in ParseParametersBySetTimezone()
/ohos5.0/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_utils.h98 constexpr int32_t MAX_TIME_ZONE_ID = 1024; variable