Home | History | Annotate | Download | only in unicode

Lines Matching defs:language

60  *       Locale( const   char*  language,
66 * Language Code.</STRONG> These codes are the lower-case two-letter
115 * <code>getLanguage</code> to get the ISO Language Code. You can
119 * the language suitable for displaying to the user. Interestingly,
123 * a language appropriate to that locale.
161 * through these objects by language, country, or variant,
164 * suitable for a given language. Such classes implement these
185 /** Useful constant for this language. @stable ICU 2.0 */
187 /** Useful constant for this language. @stable ICU 2.0 */
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 */
240 * Construct a locale from language, country, variant.
244 * @param language Lowercase two-letter or three-letter ISO-639 code.
263 Locale( const char * language,
378 * Returns the locale's ISO-639 language code.
408 language,
464 * returns the locale's three-letter language code, as specified
488 * Fills in "dispLang" with the name of this locale's language in a format suitable for
489 * user display in the default locale. For example, if the locale's language code is
490 * "fr" and the default locale's language code is "en", this function would set
492 * @param dispLang Receives the language's display name.
499 * Fills in "dispLang" with the name of this locale's language in a format suitable for
501 * language code is "en" and displayLocale's language code is "fr", this function would set
504 * if the locale's language code is "en", passing Locale::getFrench() for
507 * @param dispLang Receives the language's display name.
517 * is "LATN" and the default locale's language code is "en", this function would set
528 * script code is "LATN" and displayLocale's language code is "en", this function would set
545 * is "FR" and the default locale's language code is "en", this function would set
556 * country code is "US" and displayLocale's language code is "fr", this function would set
594 * "language (country[,variant])". For example, if the default locale is en_US, then
607 * name in the format "language (country[,variant])". For example, if displayLocale is
662 * Gets a list of all available language codes defined in ISO 639. This is a pointer
666 * @return a list of all available language codes
717 char language[ULOC_LANG_CAPACITY];
753 return language;