Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_locale.cpp135 uint32_t requestedLocalesLength = requestedLocales->GetLength(); in BestFitMatcher() local
136 JSIntlIterator iter(requestedLocales, requestedLocalesLength); in BestFitMatcher()
143 for (uint32_t i = 0; i < requestedLocalesLength; ++i) { in BestFitMatcher()