Home
last modified time | relevance | path

Searched refs:IndexUtil (Results 1 - 6 of 6) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dindex_util.cpp27 IndexUtil::IndexUtil(const std::string &localeTag) in IndexUtil() function in OHOS::Global::I18n::IndexUtil
42 IndexUtil::~IndexUtil() in ~IndexUtil()
46 std::vector<std::string> IndexUtil::GetIndexList() in GetIndexList()
65 void IndexUtil::AddLocale(const std::string &localeTag) in AddLocale()
74 std::string IndexUtil::GetIndex(const std::string &String) in GetIndex()
/base/global/i18n/frameworks/intl/include/
H A Dindex_util.h27 class IndexUtil { class
29 explicit IndexUtil(const std::string &localeTag);
30 ~IndexUtil();
/base/global/i18n/frameworks/intl/test/fuzztest/indexutil_fuzzer/
H A Dindexutil_fuzzer.cpp29 IndexUtil indexUtil(input); in DoSomethingInterestingWithMyAPI()
/base/global/i18n/interfaces/js/kits/include/
H A Di18n_addon.h107 std::unique_ptr<IndexUtil> indexUtil_ = nullptr;
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp208 * @tc.desc: Test Intl IndexUtil
213 IndexUtil *indexUtil = new IndexUtil("zh-CN"); in HWTEST_F()
219 IndexUtil *indexUtil2 = new IndexUtil(""); in HWTEST_F()
220 IndexUtil *idxUtil = new IndexUtil("@@#"); in HWTEST_F()
227 IndexUtil indexUtil3(""); in HWTEST_F()
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp933 napi_status status = napi_define_class(env, "IndexUtil", NAPI_AUTO_LENGTH, I18nIndexUtilConstructor, nullptr, in InitI18nIndexUtil()
955 HILOG_ERROR_I18N("InitIndexUtil: Failed to define class IndexUtil."); in InitIndexUtil()
958 status = napi_set_named_property(env, exports, "IndexUtil", constructor); in InitIndexUtil()
1404 indexUtil_ = std::make_unique<IndexUtil>(localeTag); in InitIndexUtilContext()
1498 HILOG_ERROR_I18N("AddLocale: Get IndexUtil object failed"); in AddLocale()
1533 HILOG_ERROR_I18N("GetIndex: Get IndexUtil object failed"); in GetIndex()

Completed in 9 milliseconds