Lines Matching refs:name
10 * file name: locdispnames.cpp
19 * that then do not depend on resource bundle code and display name data.
210 Locale::getDisplayName( UnicodeString& name ) const
212 return this->getDisplayName(getDefault(), name);
252 // Gets the objectLocale display name in the default locale language.
255 UnicodeString& name)
257 return objectLocale.getDisplayName(name);
261 // Gets the objectLocale display name in the displayLocale language.
265 UnicodeString& name)
267 return objectLocale.getDisplayName(displayLocale, name);
297 /* ### Display name **************************************************/
391 // For the display name, we treat this as unknown language (ICU-20273).
846 * if the keyword is equal to currency .. then to get the display name
882 /* we have not found the display name for the value .. just copy over */