Home
last modified time | relevance | path

Searched refs:resourceSize (Results 1 – 1 of 1) 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() local
268 char *configs = reinterpret_cast<char *>(I18nMalloc(resourceSize)); in PrepareLocaleData()
277 int32_t readSize = read(infile, configs, resourceSize); in PrepareLocaleData()
278 if (readSize != resourceSize) { in PrepareLocaleData()
282 bool ret = GetStringFromStringPool(configs, resourceSize, infile, type); in PrepareLocaleData()