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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dudisplaycontext.h26 enum UDisplayContextType { enum
46 typedef enum UDisplayContextType UDisplayContextType; typedef in typeref:enum:UDisplayContextType
59 * UDISPCTX_DIALECT_NAMES. Use UDisplayContextType UDISPCTX_TYPE_DIALECT_HANDLING
83 * 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.h1334 * Get the formatter's UDisplayContext value for the specified UDisplayContextType,
1337 * @param type The UDisplayContextType whose value to return
1343 udat_getContext(UDateFormat* fmt, UDisplayContextType type, UErrorCode* status);
H A Dsmpdtfmt.h1100 * Get the formatter's UDisplayContext value for the specified UDisplayContextType,
1102 * @param type The UDisplayContextType whose value to return
1109 virtual UDisplayContext getContext(UDisplayContextType type, UErrorCode& status) const;
/external/icu/icu4c/source/i18n/unicode/
H A Dudisplaycontext.h25 enum UDisplayContextType { enum
43 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.h95 * Returns the UDisplayContext value for the specified UDisplayContextType.
96 * @param type the UDisplayContextType whose value to return
100 virtual UDisplayContext getContext(UDisplayContextType type) const = 0;
H A Duldnames.h288 * Returns the UDisplayContext value for the specified UDisplayContextType.
290 * @param type the UDisplayContextType whose value to return
298 uldn_getContext(const ULocaleDisplayNames *ldn, UDisplayContextType type,
H A Ddatefmt.h724 * Get the formatter's UDisplayContext value for the specified UDisplayContextType,
726 * @param type The UDisplayContextType whose value to return
733 virtual UDisplayContext getContext(UDisplayContextType type, UErrorCode& status) const;
H A Dudat.h1347 * Get the formatter's UDisplayContext value for the specified UDisplayContextType,
1350 * @param type The UDisplayContextType whose value to return
1356 udat_getContext(const UDateFormat* fmt, UDisplayContextType type, UErrorCode* status);
H A Dnumfmt.h966 * Get the formatter's UDisplayContext value for the specified UDisplayContextType,
968 * @param type The UDisplayContextType whose value to return
975 virtual UDisplayContext getContext(UDisplayContextType type, UErrorCode& status) const;
H A Dunum.h1268 * Get the formatter's UDisplayContext value for the specified UDisplayContextType,
1271 * @param type The UDisplayContextType whose value to return
1277 unum_getContext(const UNumberFormat *fmt, UDisplayContextType type, UErrorCode* status);
/external/chromium_org/third_party/icu/source/i18n/
H A Dlocdspnm.cpp306 virtual UDisplayContext getContext(UDisplayContextType type) const;
360 UDisplayContextType selector = (UDisplayContextType)((uint32_t)value >> 8);
482 LocaleDisplayNamesImpl::getContext(UDisplayContextType type) const {
826 UDisplayContextType type,
H A Dudat.cpp995 udat_getContext(UDateFormat* fmt, UDisplayContextType type, UErrorCode* status)
H A Dsmpdtfmt.cpp3304 if ( (UDisplayContextType)((uint32_t)value >> 8) == UDISPCTX_TYPE_CAPITALIZATION ) {
3315 UDisplayContext SimpleDateFormat::getContext(UDisplayContextType type, UErrorCode& status) const
/external/icu/icu4c/source/i18n/
H A Dlocdspnm.cpp307 virtual UDisplayContext getContext(UDisplayContextType type) const;
363 UDisplayContextType selector = (UDisplayContextType)((uint32_t)value >> 8);
503 LocaleDisplayNamesImpl::getContext(UDisplayContextType type) const {
806 UDisplayContextType type,
H A Ddatefmt.cpp554 if ( (UDisplayContextType)((uint32_t)value >> 8) == UDISPCTX_TYPE_CAPITALIZATION ) {
565 UDisplayContext DateFormat::getContext(UDisplayContextType type, UErrorCode& status) const
H A Dnumfmt.cpp1204 if ( (UDisplayContextType)((uint32_t)value >> 8) == UDISPCTX_TYPE_CAPITALIZATION ) {
1212 UDisplayContext NumberFormat::getContext(UDisplayContextType type, UErrorCode& status) const
H A Dudat.cpp997 udat_getContext(const UDateFormat* fmt, UDisplayContextType type, UErrorCode* status)
H A Dunum.cpp801 unum_getContext(const UNumberFormat *fmt, UDisplayContextType type, UErrorCode* status)

Completed in 242 milliseconds