Searched defs:getDisplayName (Results 1 - 25 of 32) sorted by relevance

12

/external/nist-sip/java/javax/sip/header/
H A DReplyToHeader.java6 String getDisplayName(); method in interface:ReplyToHeader
H A DFromHeader.java13 String getDisplayName(); method in interface:FromHeader
H A DToHeader.java13 String getDisplayName(); method in interface:ToHeader
/external/jsilver/src/com/google/clearsilver/jsilver/template/
H A DTemplate.java65 String getDisplayName(); method in interface:Template
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DReplyTo.java110 public String getDisplayName() { method in class:ReplyTo
111 return address.getDisplayName();
H A DFrom.java109 public String getDisplayName() { method in class:From
110 return address.getDisplayName();
H A DTo.java128 public String getDisplayName() { method in class:To
131 return address.getDisplayName();
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DInterpretedMacro.java93 public String getDisplayName() { method in class:InterpretedMacro
94 return owningTemplate.getDisplayName() + ":" + macroName;
H A DInterpretedTemplate.java90 public String getDisplayName() { method in class:InterpretedTemplate
/external/nist-sip/java/javax/sip/address/
H A DAddress.java7 String getDisplayName(); method in interface:Address
/external/icu4c/common/
H A Dservlkf.cpp92 LocaleKeyFactory::getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const { function in class:LocaleKeyFactory
99 return loc.getDisplayName(locale, result);
H A Dlocdispnames.cpp205 Locale::getDisplayName( UnicodeString& name ) const function in class:Locale
207 return this->getDisplayName(getDefault(), name);
211 Locale::getDisplayName(const Locale &displayLocale, function in class:Locale
249 BreakIterator::getDisplayName(const Locale& objectLocale, function in class:BreakIterator
252 return objectLocale.getDisplayName(name);
258 BreakIterator::getDisplayName(const Locale& objectLocale, function in class:BreakIterator
262 return objectLocale.getDisplayName(displayLocale, name);
H A Dserv.cpp156 SimpleFactory::getDisplayName(const UnicodeString& id, const Locale& /* locale */, UnicodeString& result) const function in class:SimpleFactory
680 ICUService::getDisplayName(const UnicodeString& id, UnicodeString& result) const function in class:ICUService
682 return getDisplayName(id, result, Locale::getDefault());
686 ICUService::getDisplayName(const UnicodeString& id, UnicodeString& result, const Locale& locale) const function in class:ICUService
695 f->getDisplayName(id, locale, result);
707 f->getDisplayName(id, locale, result);
764 f->getDisplayName(*id, locale, dname);
/external/junit/src/org/junit/runner/
H A DDescription.java102 public String getDisplayName() { method in class:Description
149 return getDisplayName().hashCode();
157 return getDisplayName().equals(d.getDisplayName());
162 return getDisplayName();
/external/icu4c/i18n/
H A Dtznames.cpp289 TimeZoneNames::getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const { function in class:TimeZoneNames
H A Dcoll.cpp104 CollatorFactory::getDisplayName(const Locale& objectLocale, function in class:CollatorFactory
108 return objectLocale.getDisplayName(displayLocale, result);
491 UnicodeString& U_EXPORT2 Collator::getDisplayName(const Locale& objectLocale, function in class:Collator
499 return gService->getDisplayName(locNameStr, name, displayLocale);
502 return objectLocale.getDisplayName(displayLocale, name);
505 UnicodeString& U_EXPORT2 Collator::getDisplayName(const Locale& objectLocale, function in class:Collator
508 return getDisplayName(objectLocale, Locale::getDefault(), name);
652 getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const;
668 CFactory::getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const function in class:CFactory
676 return _delegate->getDisplayName(lo
[all...]
H A Dtranslit.cpp710 * #getDisplayName(Locale)} for details.
712 UnicodeString& U_EXPORT2 Transliterator::getDisplayName(const UnicodeString& ID, function in class:Transliterator
714 return getDisplayName(ID, Locale::getDefault(), result);
735 UnicodeString& U_EXPORT2 Transliterator::getDisplayName(const UnicodeString& id, function in class:Transliterator
H A Dtzgnames.cpp408 TimeZoneGenericNames::getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate date, UnicodeString& name) const { function in class:TimeZoneGenericNames
642 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName);
H A Drbnf.cpp103 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
150 if (!streq(getDisplayName(i, j), rhs->getDisplayName(ix, j))) {
270 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const;
640 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const { function in class:StringLocalizationInfo
1002 UnicodeString name(TRUE, localizations->getDisplayName(ix, index), -1);
H A Dtimezone.cpp20 * Added getDisplayName API
24 * - should getDisplayName cache something?
26 * 08/10/98 stephen Brought getDisplayName() API in-line w/ conventions
1184 TimeZone::getDisplayName(UnicodeString& result) const function in class:TimeZone
1186 return getDisplayName(FALSE,LONG,Locale::getDefault(), result);
1190 TimeZone::getDisplayName(const Locale& locale, UnicodeString& result) const function in class:TimeZone
1192 return getDisplayName(FALSE, LONG, locale, result);
1196 TimeZone::getDisplayName(UBool daylight, EDisplayType style, UnicodeString& result) const function in class:TimeZone
1198 return getDisplayName(daylight,style, Locale::getDefault(), result);
1210 TimeZone::getDisplayName(UBoo function in class:TimeZone
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DBaseCompiledTemplate.java107 public String getDisplayName() { method in class:BaseCompiledTemplate
299 public String getDisplayName() { method in class:BaseCompiledTemplate.CompiledMacro
300 return BaseCompiledTemplate.this.getDisplayName() + ":" + macroName;
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressImpl.java218 public String getDisplayName() { method in class:AddressImpl
/external/icu4c/test/intltest/
H A Dsvccoll.cpp154 Collator::getDisplayName(fu_FU, displayName);
165 Collator::getDisplayName(fu_FU, fu_FU, displayName);
222 UnicodeString& getDisplayName(const Locale& displayLocale, UnicodeString& name) const;
238 CollatorInfo::getDisplayName(const Locale& displayLocale, UnicodeString& name) const { function in class:CollatorInfo
247 return locale.getDisplayName(displayLocale, name);
293 virtual UnicodeString& getDisplayName(const Locale& objectLocale, function in class:TestFactory
299 ci->getDisplayName(displayLocale, result);
442 Collator::getDisplayName(fu_FU, name);
447 Collator::getDisplayName(fu_FU, fu_FU_FOO, name);
H A Dicusvtst.cpp527 virtual UnicodeString& getDisplayName(const UnicodeString& /*id*/, const Locale& /*locale*/, UnicodeString& result) const { function in class:AnonymousStringFactory
589 UnicodeString& getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const { function in class:TestMultipleKeyStringFactory
600 loc.getDisplayName(locale, result);
714 service.getDisplayName("en_US_VALLEY_GEEK", name);
720 service.getDisplayName("en_US_SURFER_DUDE", name, Locale::getEnglish());
761 service.getDisplayName(actualID, displayName, Locale::getEnglish());
765 service.getDisplayName(id, displayName, Locale::getEnglish());
783 service.getDisplayName(actualID, displayName, Locale::getEnglish());
787 service.getDisplayName(id, displayName, Locale::getEnglish());
848 UnicodeString& getDisplayName(cons function in class:CalifornioLanguageFactory
1250 UnicodeString& getDisplayName(const UnicodeString& id, const Locale& /* locale */, UnicodeString& result) const { function in class:WrapFactory
[all...]
/external/llvm/include/llvm/
H A DDebugInfo.h463 StringRef getDisplayName() const { return getStringField(4); } function in class:llvm::DISubprogram
578 StringRef getDisplayName() const { return getStringField(4); } function in class:llvm::DIGlobalVariable

Completed in 311 milliseconds

12