HomeSort by relevance Sort by last modified time
    Searched refs:UDisplayContextType (Results 1 - 8 of 8) sorted by null

  /external/icu4c/i18n/unicode/
udisplaycontext.h 21 enum UDisplayContextType {
41 typedef enum UDisplayContextType UDisplayContextType;
54 * UDISPCTX_DIALECT_NAMES. Use UDisplayContextType UDISPCTX_TYPE_DIALECT_HANDLING
78 * Use UDisplayContextType UDISPCTX_TYPE_CAPITALIZATION to get the value.
locdspnm.h 97 * 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;
uldnames.h 289 * 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,
udat.h     [all...]
smpdtfmt.h     [all...]
  /external/icu4c/i18n/
locdspnm.cpp 302 virtual UDisplayContext getContext(UDisplayContextType type) const;
354 UDisplayContextType selector = (UDisplayContextType)((uint32_t)value >> 8);
462 LocaleDisplayNamesImpl::getContext(UDisplayContextType type) const {
789 UDisplayContextType type,
    [all...]
udat.cpp 995 udat_getContext(UDateFormat* fmt, UDisplayContextType type, UErrorCode* status)
    [all...]
smpdtfmt.cpp     [all...]

Completed in 161 milliseconds