• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/ICU-531.30/icuSources/common/unicode/

Lines Matching refs:country

55  * according to the customs/conventions of the user's native country,
66 * const char* country,
122 * name of the country suitable for displaying to the user. Similarly,
127 * that takes a locale as an argument and displays the name or country in
166 * through these objects by language, country, or variant,
208 /** Useful constant for this country/region. @stable ICU 2.0 */
210 /** Useful constant for this country/region. @stable ICU 2.0 */
212 /** Useful constant for this country/region. @stable ICU 2.0 */
214 /** Useful constant for this country/region. @stable ICU 2.0 */
216 /** Useful constant for this country/region. @stable ICU 2.0 */
218 /** Useful constant for this country/region. @stable ICU 2.0 */
220 /** Useful constant for this country/region. @stable ICU 2.0 */
222 /** Useful constant for this country/region. @stable ICU 2.0 */
224 /** Useful constant for this country/region. @stable ICU 2.0 */
226 /** Useful constant for this country/region. @stable ICU 2.0 */
228 /** Useful constant for this country/region. @stable ICU 2.0 */
230 /** Useful constant for this country/region. @stable ICU 2.0 */
244 * Construct a locale from language, country, variant.
257 * @param country Uppercase two-letter ISO-3166 code. (optional)
268 const char * country = 0,
400 * Returns the locale's ISO-3166 country code.
415 * country and variant separated by underbars. If a field is missing, up
481 * Fills in "name" with the locale's three-letter ISO-3166 country code.
535 * Fills in "dispScript" with the name of this locale's country in a format suitable
552 * Fills in "dispCountry" with the name of this locale's country in a format suitable
553 * for user display in the default locale. For example, if the locale's country code
556 * @param dispCountry Receives the country's display name.
563 * Fills in "dispCountry" with the name of this locale's country in a format suitable
565 * country code is "US" and displayLocale's language code is "fr", this function would set
568 * words, if the locale's country code is "US", passing
572 * @param dispCountry Receives the country's display name.
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
661 * Gets a list of all available 2-letter country codes defined in ISO 3166. This is a
665 * @return a list of all available country codes
730 char country[ULOC_COUNTRY_CAPACITY];
763 return country;