Home
last modified time | relevance | path

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

/foundation/arkui/napi/test/unittest/
H A Dtest_ark_api_allowlist.cpp168 Local<ObjectRef> i18nObj = LocalValueFromJsValue(i18n); in HWTEST_F() local
175 ArkNativeEngine::CopyPropertyApiFilter(apiAllowListFilter, vm, i18nObj, exportCopy, apiPath); in HWTEST_F()
180 Local<ArrayRef> propertyNamesArrayVal = i18nObj->GetAllPropertyNames(vm, filter); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp2860 shared_ptr<JsValue> i18nObj = runtime_->NewObject(); in RegisterI18nPluralRulesModule() local
2861 i18nObj->SetProperty(runtime_, "select", runtime_->NewFunction(JsPluralRulesFormat)); in RegisterI18nPluralRulesModule()
2864 global->SetProperty(runtime_, "i18nPluralRules", i18nObj); in RegisterI18nPluralRulesModule()

Completed in 8 milliseconds