Searched refs:GetIndexList (Results 1 – 6 of 6) sorted by relevance
30 indexUtil.GetIndexList(); in DoSomethingInterestingWithMyAPI()
31 std::vector<std::string> GetIndexList();
46 std::vector<std::string> IndexUtil::GetIndexList() in GetIndexList() function in OHOS::Global::I18n::IndexUtil
87 static napi_value GetIndexList(napi_env env, napi_callback_info info);
927 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::I18nAddon1447 std::vector<std::string> indexList = obj->indexUtil_->GetIndexList(); in GetIndexList()
213 std::vector<std::string> indexList = indexUtil->GetIndexList();220 idxUtil->GetIndexList();