Home | History | Annotate | Download | only in include

Lines Matching refs:locale

30  * Locale support functions.
70 * Given a locale, returns its string representation.
72 * @param locale The locale to translate
73 * @return Locale string
75 ESR_SHARED_API LCHAR* ESR_locale2str(const ESR_Locale locale);
78 * Given a locale's string representation, returns the associated ESR_Locale handle.
80 * @param str String representation of locale
81 * @param locale [out] Resulting locale
84 ESR_SHARED_API ESR_ReturnCode ESR_str2locale(const LCHAR* str, ESR_Locale* locale);