Home
last modified time | relevance | path

Searched refs:GetOffsetByLocale (Results 1 – 3 of 3) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dglobal_utils.h99 uint32_t (*GetOffsetByLocale)(const char *path, const char *locale, uint32_t length); member
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dglobal_utils.c49 static uint32_t GetOffsetByLocale(const char *path, const char *locale, uint32_t length);
60 .GetOffsetByLocale = GetOffsetByLocale,
353 static uint32_t GetOffsetByLocale(const char *path, const char *locale, uint32_t length) in GetOffsetByLocale() function
Dglobal.c157 …uint32_t idHeaderOffset = utilsImpl->GetOffsetByLocale(realResourcePath, locale, MAX_LOCALE_LENGTH… in GLOBAL_GetValueByIdInternal()
225 …uint32_t idHeaderOffset = utilsImpl->GetOffsetByLocale(realResourcePath, locale, MAX_LOCALE_LENGTH… in GLOBAL_GetValueByNameInternal()