Lines Matching full:contexts
312 LocaleDisplayNamesImpl(const Locale& locale, UDisplayContext *contexts, int32_t length);
369 UDisplayContext *contexts, int32_t length)
378 UDisplayContext value = *contexts++;
407 ResourceTable contexts = value.getTable(errorCode);
409 for (int i = 0; contexts.getKeyAndValue(i, key, value); ++i) {
844 UDisplayContext *contexts, int32_t length) {
845 if (contexts == NULL) {
848 return new LocaleDisplayNamesImpl(locale, contexts, length);
872 UDisplayContext *contexts, int32_t length,
880 return (ULocaleDisplayNames *)LocaleDisplayNames::createInstance(Locale(locale), contexts, length);