Searched refs:availableLength (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_locale.cpp | 115 icu::LocaleMatcher BuildLocaleMatcher(JSThread *thread, uint32_t *availableLength, UErrorCode *status, in BuildLocaleMatcher() argument 126 for (*availableLength = 0; *availableLength < length; ++(*availableLength)) { in BuildLocaleMatcher() 127 item.Update(availableLocales->Get(thread, *availableLength)); in BuildLocaleMatcher() 146 uint32_t availableLength = availableLocales->GetLength(); in BestFitMatcher() local 147 icu::LocaleMatcher matcher = BuildLocaleMatcher(thread, &availableLength, &status, availableLocales); in BestFitMatcher() 214 uint32_t availableLength = availableLocales->GetLength(); in BestFitSupportedLocales() local 215 icu::LocaleMatcher matcher = BuildLocaleMatcher(thread, &availableLength, &status, availableLocales); in BestFitSupportedLocales()
|
Completed in 4 milliseconds