Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Ddata_resource.cpp267 uint32_t resourceSize = count * GLOBAL_RESOURCE_CONFIG_SIZE; in PrepareLocaleData()
305 … index = ConvertUChar(reinterpret_cast<unsigned char*>(configs + i * GLOBAL_RESOURCE_CONFIG_SIZE)); in GetFinalCount()
392 … index = ConvertUChar(reinterpret_cast<unsigned char*>(configs + i * GLOBAL_RESOURCE_CONFIG_SIZE)); in Retrieve()
397 GLOBAL_RESOURCE_CONFIG_SIZE + GLOBAL_RESOURCE_INDEX_OFFSET)); in Retrieve()
399 GLOBAL_RESOURCE_CONFIG_SIZE + GLOBAL_RESOURCE_MASK_OFFSET)); in Retrieve()
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Ddata_resource.h32 #define GLOBAL_RESOURCE_CONFIG_SIZE 6 macro