Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.h183 UResourceBundle *keyRes = ures_getByKey(localeRes, key, nullptr, &status); in CheckLocales() local
184 if (keyRes != nullptr && status == U_ZERO_ERROR) { in CheckLocales()
187 ures_close(keyRes); in CheckLocales()
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h458 UResourceBundle *keyRes = ures_getByKey(localeRes, key, nullptr, &status); in CheckLocales() local
459 if (keyRes != nullptr && status == U_ZERO_ERROR) { in CheckLocales()
462 ures_close(keyRes); in CheckLocales()