Home
last modified time | relevance | path

Searched refs:JSIntlIterator (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_locale.h83 class JSIntlIterator : public icu::Locale::Iterator { class
85 JSIntlIterator(const JSHandle<TaggedArray> &data, uint32_t length) : length_(length), curIdx_(0) in JSIntlIterator() function in panda::ecmascript::JSIntlIterator
94 ~JSIntlIterator() override = default;
95 DEFAULT_COPY_SEMANTIC(JSIntlIterator);
96 DEFAULT_MOVE_SEMANTIC(JSIntlIterator);
H A Djs_locale.cpp151 JSIntlIterator iter(requestedLocales, requestedLocalesLength); in BestFitMatcher()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_locale_test.cpp59 // construct a JSIntlIterator object in HWTEST_F_L0()
60 JSIntlIterator jsIntlIterator(arrayData, arrayDataLength); in HWTEST_F_L0()

Completed in 5 milliseconds