Lines Matching refs:ldn
812 void uldn_close(ULocaleDisplayNames * ldn) { in uldn_close() argument
813 U_ICU_ENTRY_POINT_RENAME(uldn_close)(ldn); in uldn_close()
815 UDisplayContext uldn_getContext(const ULocaleDisplayNames * ldn, UDisplayContextType type, UErrorCo… in uldn_getContext() argument
816 return U_ICU_ENTRY_POINT_RENAME(uldn_getContext)(ldn, type, pErrorCode); in uldn_getContext()
818 UDialectHandling uldn_getDialectHandling(const ULocaleDisplayNames * ldn) { in uldn_getDialectHandling() argument
819 return U_ICU_ENTRY_POINT_RENAME(uldn_getDialectHandling)(ldn); in uldn_getDialectHandling()
821 const char * uldn_getLocale(const ULocaleDisplayNames * ldn) { in uldn_getLocale() argument
822 return U_ICU_ENTRY_POINT_RENAME(uldn_getLocale)(ldn); in uldn_getLocale()
824 int32_t uldn_keyDisplayName(const ULocaleDisplayNames * ldn, const char * key, UChar * result, int3… in uldn_keyDisplayName() argument
825 return U_ICU_ENTRY_POINT_RENAME(uldn_keyDisplayName)(ldn, key, result, maxResultSize, pErrorCode); in uldn_keyDisplayName()
827 int32_t uldn_keyValueDisplayName(const ULocaleDisplayNames * ldn, const char * key, const char * va… in uldn_keyValueDisplayName() argument
828 …return U_ICU_ENTRY_POINT_RENAME(uldn_keyValueDisplayName)(ldn, key, value, result, maxResultSize, … in uldn_keyValueDisplayName()
830 int32_t uldn_languageDisplayName(const ULocaleDisplayNames * ldn, const char * lang, UChar * result… in uldn_languageDisplayName() argument
831 …return U_ICU_ENTRY_POINT_RENAME(uldn_languageDisplayName)(ldn, lang, result, maxResultSize, pError… in uldn_languageDisplayName()
833 int32_t uldn_localeDisplayName(const ULocaleDisplayNames * ldn, const char * locale, UChar * result… in uldn_localeDisplayName() argument
834 …return U_ICU_ENTRY_POINT_RENAME(uldn_localeDisplayName)(ldn, locale, result, maxResultSize, pError… in uldn_localeDisplayName()
842 int32_t uldn_regionDisplayName(const ULocaleDisplayNames * ldn, const char * region, UChar * result… in uldn_regionDisplayName() argument
843 …return U_ICU_ENTRY_POINT_RENAME(uldn_regionDisplayName)(ldn, region, result, maxResultSize, pError… in uldn_regionDisplayName()
845 int32_t uldn_scriptCodeDisplayName(const ULocaleDisplayNames * ldn, UScriptCode scriptCode, UChar *… in uldn_scriptCodeDisplayName() argument
846 …return U_ICU_ENTRY_POINT_RENAME(uldn_scriptCodeDisplayName)(ldn, scriptCode, result, maxResultSize… in uldn_scriptCodeDisplayName()
848 int32_t uldn_scriptDisplayName(const ULocaleDisplayNames * ldn, const char * script, UChar * result… in uldn_scriptDisplayName() argument
849 …return U_ICU_ENTRY_POINT_RENAME(uldn_scriptDisplayName)(ldn, script, result, maxResultSize, pError… in uldn_scriptDisplayName()
851 int32_t uldn_variantDisplayName(const ULocaleDisplayNames * ldn, const char * variant, UChar * resu… in uldn_variantDisplayName() argument
852 …return U_ICU_ENTRY_POINT_RENAME(uldn_variantDisplayName)(ldn, variant, result, maxResultSize, pErr… in uldn_variantDisplayName()