Home
last modified time | relevance | path

Searched refs:GetIndexList (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/indexutil_fuzzer/
H A Dindexutil_fuzzer.cpp30 indexUtil.GetIndexList(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dindex_util.h31 std::vector<std::string> GetIndexList();
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dindex_util.cpp46 std::vector<std::string> IndexUtil::GetIndexList() in GetIndexList() function in OHOS::Global::I18n::IndexUtil
/ohos5.0/base/global/i18n/interfaces/js/kits/include/
H A Di18n_addon.h87 static napi_value GetIndexList(napi_env env, napi_callback_info info);
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp927 DECLARE_NAPI_FUNCTION("getIndexList", GetIndexList), in InitI18nIndexUtil()
1434 napi_value I18nAddon::GetIndexList(napi_env env, napi_callback_info info) in GetIndexList() function in OHOS::Global::I18n::I18nAddon
1447 std::vector<std::string> indexList = obj->indexUtil_->GetIndexList(); in GetIndexList()
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp213 std::vector<std::string> indexList = indexUtil->GetIndexList();
220 idxUtil->GetIndexList();