Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/intl/
H A Dlocale_helper.h185 UResourceBundle *keyRes = ures_getByKey(localeRes, key, nullptr, &status); in CheckLocales() local
186 if (keyRes != nullptr && status == U_ZERO_ERROR) { in CheckLocales()
189 ures_close(keyRes); in CheckLocales()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_locale.h471 UResourceBundle *keyRes = ures_getByKey(localeRes, key, nullptr, &status); in CheckLocales() local
472 if (keyRes != nullptr && status == U_ZERO_ERROR) { in CheckLocales()
475 ures_close(keyRes); in CheckLocales()

Completed in 2 milliseconds