Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h105 static bool ParamExceedScope(const int x, const int y, int fixedX, int fixedY);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp1094 if (ParamExceedScope(fixedX, fixedY, width, height * fileCount)) { in GetTimezoneIdByLocation()
1333 bool I18nTimeZone::ParamExceedScope(const int x, const int y, int fixedX, int fixedY) in ParamExceedScope() function in OHOS::Global::I18n::I18nTimeZone