Searched refs:UDisplayContextType (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dudisplaycontext.h21 enum UDisplayContextType { enum
41 typedef enum UDisplayContextType UDisplayContextType; typedef in typeref:enum:UDisplayContextType
54 * UDISPCTX_DIALECT_NAMES. Use UDisplayContextType UDISPCTX_TYPE_DIALECT_HANDLING
78 * Use UDisplayContextType UDISPCTX_TYPE_CAPITALIZATION to get the value.
H A Dlocdspnm.h97 * Returns the UDisplayContext value for the specified UDisplayContextType.
98 * @param type the UDisplayContextType whose value to return
102 virtual UDisplayContext getContext(UDisplayContextType type) const = 0;
H A Duldnames.h289 * Returns the UDisplayContext value for the specified UDisplayContextType.
291 * @param type the UDisplayContextType whose value to return
299 uldn_getContext(const ULocaleDisplayNames *ldn, UDisplayContextType type,
H A Dudat.h1271 * Get the formatter's UDisplayContext value for the specified UDisplayContextType,
1274 * @param type The UDisplayContextType whose value to return
1280 udat_getContext(UDateFormat* fmt, UDisplayContextType type, UErrorCode* status);
H A Dsmpdtfmt.h1268 * Get the formatter's UDisplayContext value for the specified UDisplayContextType,
1270 * @param type The UDisplayContextType whose value to return
1277 virtual UDisplayContext getContext(UDisplayContextType type, UErrorCode& status) const;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dlocdspnm.cpp302 virtual UDisplayContext getContext(UDisplayContextType type) const;
354 UDisplayContextType selector = (UDisplayContextType)((uint32_t)value >> 8);
462 LocaleDisplayNamesImpl::getContext(UDisplayContextType type) const {
789 UDisplayContextType type,
H A Dudat.cpp995 udat_getContext(UDateFormat* fmt, UDisplayContextType type, UErrorCode* status)
H A Dsmpdtfmt.cpp3389 if ( (UDisplayContextType)((uint32_t)value >> 8) == UDISPCTX_TYPE_CAPITALIZATION ) {
3400 UDisplayContext SimpleDateFormat::getContext(UDisplayContextType type, UErrorCode& status) const

Completed in 202 milliseconds