Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h81 class JSIntlIterator : public icu::Locale::Iterator {
83 JSIntlIterator(const JSHandle<TaggedArray> &data, uint32_t length) : length_(length), curIdx_(0) in JSIntlIterator() function
92 ~JSIntlIterator() override = default;
93 DEFAULT_COPY_SEMANTIC(JSIntlIterator);
94 DEFAULT_MOVE_SEMANTIC(JSIntlIterator);
Djs_locale.cpp136 JSIntlIterator iter(requestedLocales, requestedLocalesLength); in BestFitMatcher()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp93 JSIntlIterator jsIntlIterator(arrayData, arrayDataLength); in HWTEST_F_L0()