Lines Matching refs:language
67 * Locale( const char* language,
73 * Language Code.</STRONG> These codes are the lower-case two-letter
122 * <code>getLanguage</code> to get the ISO Language Code. You can
126 * the language suitable for displaying to the user. Interestingly,
130 * a language appropriate to that locale.
168 * through these objects by language, country, or variant,
171 * suitable for a given language. Such classes implement these
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 */
207 /** Useful constant for this language. @stable ICU 2.0 */
246 * Construct a locale from language, country, variant.
250 * @param language Lowercase two-letter or three-letter ISO-639 code.
269 Locale( const char * language,
386 * Returns the locale's ISO-639 language code.
416 * Returns the programmatic name of the entire locale, with the language,
475 * returns the locale's three-letter language code, as specified
514 * Fills in "dispLang" with the name of this locale's language in a format suitable for
515 * user display in the default locale. For example, if the locale's language code is
516 * "fr" and the default locale's language code is "en", this function would set
518 * @param dispLang Receives the language's display name.
525 * Fills in "dispLang" with the name of this locale's language in a format suitable for
527 * language code is "en" and displayLocale's language code is "fr", this function would set
530 * if the locale's language code is "en", passing Locale::getFrench() for
533 * @param dispLang Receives the language's display name.
543 * is "LATN" and the default locale's language code is "en", this function would set
554 * script code is "LATN" and displayLocale's language code is "en", this function would set
571 * is "FR" and the default locale's language code is "en", this function would set
582 * country code is "US" and displayLocale's language code is "fr", this function would set
620 * "language (country[,variant])". For example, if the default locale is en_US, then
633 * name in the format "language (country[,variant])". For example, if displayLocale is
688 * Gets a list of all available language codes defined in ISO 639. This is a pointer
692 * @return a list of all available language codes
745 char language[ULOC_LANG_CAPACITY];
786 return language;