Lines Matching refs:ARRAY_RANGE
20 #define ARRAY_RANGE(array) (array), ((array) + UPRV_LENGTHOF(array)) macro
129 setSupportedLocales(ARRAY_RANGE(locales)).build(errorCode); in testBasics()
154 Locale::RangeIterator<Locale *> iter(ARRAY_RANGE(locales)); in testBasics()
172 ARRAY_RANGE(pointers), [](const Locale *p) -> const Locale & { return *p; }). in testBasics()
267 setSupportedLocales(ARRAY_RANGE(locales)). in testSupportedDefault()
291 setSupportedLocales(ARRAY_RANGE(locales)). in testUnsupportedDefault()
314 setSupportedLocales(ARRAY_RANGE(locales)). in testNoDefault()
338 setSupportedLocales(ARRAY_RANGE(supported)). in testDemotion()
340 Locale::RangeIterator<Locale *> desiredIter(ARRAY_RANGE(desired)); in testDemotion()
347 setSupportedLocales(ARRAY_RANGE(supported)). in testDemotion()
349 Locale::RangeIterator<Locale *> desiredIter(ARRAY_RANGE(desired)); in testDemotion()
360 builder.setSupportedLocales(ARRAY_RANGE(supported)); in testDirection()
367 Locale::RangeIterator<Locale *> desiredIter(ARRAY_RANGE(desired)); in testDirection()
379 Locale::RangeIterator<Locale *> desiredIter(ARRAY_RANGE(desired)); in testDirection()