Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/include/
Di18n_timezone.h93 static bool ParamExceedScope(const int x, const int y, int fixedX, int fixedY);
/base/global/i18n/frameworks/intl/src/
Di18n_timezone.cpp1063 if (ParamExceedScope(fixedX, fixedY, width, height * pathLen)) { in GetTimezoneIdByLocation()
1277 bool I18nTimeZone::ParamExceedScope(const int x, const int y, int fixedX, int fixedY) in ParamExceedScope() function in OHOS::Global::I18n::I18nTimeZone