+ * @stable ICU 51
+ */
+ UDISPCTX_CAPITALIZATION_FOR_STANDALONE = (UDISPCTX_TYPE_CAPITALIZATION<<8) + 4,
+
+#ifndef U_HIDE_INTERNAL_API
+ /**
+ * ================================
+ * LENGTH can be set to one of UADISPCTX_LENGTH_STANDARD or
+ * UADISPCTX_LENGTH_SHORT. Use UDisplayContextType UADISPCTX_TYPE_LENGTH
+ * to get the value.
+ */
+ /**
+ * A possible setting for LENGTH:
+ * use standard length names when generating a locale name.
+ * @internal ICU 54
+ */
+ UADISPCTX_LENGTH_STANDARD = (UADISPCTX_TYPE_LENGTH<<8) + 0,
+ /**
+ * A possible setting for DIALECT_HANDLING:
+ * use short length names (if available) when generating a locale name
+ * (in most cases short names are not available and the standard
+ * name will be used).
+ * @internal ICU 54