Searched defs:capContext (Results 1 – 1 of 1) sorted by relevance
496 DisplayContext capContext = getContext(Type.CAPITALIZATION); in getUiListCompareWholeItems() local516 … result.add(newRow(ULocale.minimizeSubtags(locale, ULocale.Minimize.FAVOR_SCRIPT), capContext)); in getUiListCompareWholeItems() local538 result.add(newRow(modified.build(), capContext)); in getUiListCompareWholeItems() local546 private UiListItem newRow(ULocale modified, DisplayContext capContext) { in newRow()