Lines Matching refs:language
65 * Locale( const char* language,
71 * Language Code.</STRONG> These codes are the lower-case two-letter
120 * <code>getLanguage</code> to get the ISO Language Code. You can
124 * the language suitable for displaying to the user. Interestingly,
128 * a language appropriate to that locale.
166 * through these objects by language, country, or variant,
169 * suitable for a given language. Such classes implement these
189 /** Useful constant for this language. @stable ICU 2.0 */
191 /** Useful constant for this language. @stable ICU 2.0 */
193 /** Useful constant for this language. @stable ICU 2.0 */
195 /** Useful constant for this language. @stable ICU 2.0 */
197 /** Useful constant for this language. @stable ICU 2.0 */
199 /** Useful constant for this language. @stable ICU 2.0 */
201 /** Useful constant for this language. @stable ICU 2.0 */
203 /** Useful constant for this language. @stable ICU 2.0 */
205 /** Useful constant for this language. @stable ICU 2.0 */
244 * Construct a locale from language, country, variant.
248 * @param language Lowercase two-letter or three-letter ISO-639 code.
267 Locale( const char * language,
384 * Returns the locale's ISO-639 language code.
414 * Returns the programmatic name of the entire locale, with the language,
473 * returns the locale's three-letter language code, as specified
497 * Fills in "dispLang" with the name of this locale's language in a format suitable for
498 * user display in the default locale. For example, if the locale's language code is
499 * "fr" and the default locale's language code is "en", this function would set
501 * @param dispLang Receives the language's display name.
508 * Fills in "dispLang" with the name of this locale's language in a format suitable for
510 * language code is "en" and displayLocale's language code is "fr", this function would set
513 * if the locale's language code is "en", passing Locale::getFrench() for
516 * @param dispLang Receives the language's display name.
526 * is "LATN" and the default locale's language code is "en", this function would set
537 * script code is "LATN" and displayLocale's language code is "en", this function would set
554 * is "FR" and the default locale's language code is "en", this function would set
565 * country code is "US" and displayLocale's language code is "fr", this function would set
603 * "language (country[,variant])". For example, if the default locale is en_US, then
616 * name in the format "language (country[,variant])". For example, if displayLocale is
671 * Gets a list of all available language codes defined in ISO 639. This is a pointer
675 * @return a list of all available language codes
728 char language[ULOC_LANG_CAPACITY];
769 return language;