Searched refs:UDisplayContext (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dudisplaycontext.h49 enum UDisplayContext { enum
115 typedef enum UDisplayContext UDisplayContext; typedef in typeref:enum:UDisplayContext
H A Dlocdspnm.h67 * for the provided locale, using the provided UDisplayContext settings.
77 UDisplayContext *contexts, int32_t length);
97 * Returns the UDisplayContext value for the specified UDisplayContextType.
99 * @return the UDisplayContext for the specified type.
102 virtual UDisplayContext getContext(UDisplayContextType type) const = 0;
H A Duldnames.h272 * for the provided locale, using the provided UDisplayContext settings.
285 uldn_openForContext(const char * locale, UDisplayContext *contexts,
289 * Returns the UDisplayContext value for the specified UDisplayContextType.
298 U_DRAFT UDisplayContext U_EXPORT2
H A Dsmpdtfmt.h1256 * Set a particular UDisplayContext value in the formatter, such as
1258 * @param value The UDisplayContext value to set.
1264 virtual void setContext(UDisplayContext value, UErrorCode& status);
1268 * Get the formatter's UDisplayContext value for the specified UDisplayContextType,
1277 virtual UDisplayContext getContext(UDisplayContextType type, UErrorCode& status) const;
1393 UDisplayContext capitalizationContext,
1709 UDisplayContext fCapitalizationContext;
H A Dudat.h1260 * Set a particular UDisplayContext value in the formatter, such as
1262 * @param fmt The formatter for which to set a UDisplayContext value.
1263 * @param value The UDisplayContext value to set.
1268 udat_setContext(UDateFormat* fmt, UDisplayContext value, UErrorCode* status);
1271 * Get the formatter's UDisplayContext value for the specified UDisplayContextType,
1279 U_DRAFT UDisplayContext U_EXPORT2
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dlocnmtst.cpp260 UDisplayContext dialectHandling;
261 UDisplayContext capitalization;
306 { NULL, (UDisplayContext)0, (UDisplayContext)0, NULL, NULL }
312 UDisplayContext contexts[2] = {ctxtItemPtr->dialectHandling, ctxtItemPtr->capitalization};
319 UDisplayContext dialectHandling = uldn_getContext(uldn, UDISPCTX_TYPE_DIALECT_HANDLING, &status);
320 UDisplayContext capitalization = uldn_getContext(uldn, UDISPCTX_TYPE_CAPITALIZATION, &status);
H A Ddtfmttst.cpp3982 UDisplayContext capitalizationContext;
4006 { NULL, UnicodeString(""), (UDisplayContext)0, UnicodeString("") }
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dlocdspnm.cpp277 UDisplayContext capitalizationContext;
297 LocaleDisplayNamesImpl(const Locale& locale, UDisplayContext *contexts, int32_t length);
302 virtual UDisplayContext getContext(UDisplayContextType type) const;
344 UDisplayContext *contexts, int32_t length)
353 UDisplayContext value = *contexts++;
461 UDisplayContext
465 return (UDisplayContext)dialectHandling;
471 return (UDisplayContext)0;
726 UDisplayContext *contexts, int32_t length) {
754 UDisplayContext *context
[all...]
H A Dudat.cpp985 udat_setContext(UDateFormat* fmt, UDisplayContext value, UErrorCode* status)
994 U_CAPI UDisplayContext U_EXPORT2
999 return (UDisplayContext)0;
H A Dsmpdtfmt.cpp1225 UDisplayContext capitalizationContext,
3385 void SimpleDateFormat::setContext(UDisplayContext value, UErrorCode& status)
3400 UDisplayContext SimpleDateFormat::getContext(UDisplayContextType type, UErrorCode& status) const
3403 return (UDisplayContext)0;
3406 return (UDisplayContext)0;
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcdattst.c1371 UDisplayContext capitalizationContext;
1390 { NULL, NULL, (UDisplayContext)0, NULL }
1419 UDisplayContext getContext;

Completed in 320 milliseconds