Searched refs:GetOffsetByLocale (Results 1 - 3 of 3) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | global_utils.h | 99 uint32_t (*GetOffsetByLocale)(const char *path, const char *locale, uint32_t length);
member
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | global_utils.c | 49 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
|
H A D | global.c | 157 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()
|
Completed in 2 milliseconds