Home
last modified time | relevance | path

Searched refs:country (Results 1 – 25 of 76) sorted by relevance

1234

/trunk/main/sal/inc/rtl/
H A Dlocale.hxx181 static OLocale registerLocale( const OUString & language, const OUString & country, in registerLocale() argument
184 return rtl_locale_register( language.getStr(), country.getStr(), variant.getStr() ); in registerLocale()
192 static OLocale registerLocale( const OUString & language, const OUString & country ) in registerLocale() argument
194 return rtl_locale_register( language.getStr(), country.getStr(), NULL ); in registerLocale()
203 static void setDefault( const OUString & language, const OUString & country, in setDefault() argument
205 { rtl_locale_setDefault( language.getStr(), country.getStr(), variant.getStr()); } in setDefault()
H A Dlocale.h75 …L rtl_locale_register( const sal_Unicode * language, const sal_Unicode * country, const sal_Unicod…
98 void SAL_CALL rtl_locale_setDefault( const sal_Unicode * language, const sal_Unicode * country, con…
/trunk/main/offapi/com/sun/star/resource/
H A DXLocale.idl55 /** creates a locale from language, country, and variant.
114 a sequence of all ISO country codes known to the component.
131 given country.
133 sequence<string> getLanguagesForCountry( [in] string country );
148 the ISO country code for the specified locale.
184 country code for display of field to user. If the localized
185 name is not found, returns the ISO code. The desired user country
194 country code for display of field to user. If the localized
198 specifies the desired user country.
256 language, country, and variant, and unequal to all other
/trunk/main/sal/rtl/source/
H A Dlocale.c261 …L rtl_locale_register( const sal_Unicode * language, const sal_Unicode * country, const sal_Unicod… in rtl_locale_register() argument
271 if ( !country ) in rtl_locale_register()
272 country = &c; in rtl_locale_register()
279 … hashCode = rtl_ustr_hashCode(language) ^ rtl_ustr_hashCode(country) ^ rtl_ustr_hashCode(variant); in rtl_locale_register()
286 rtl_uString_newFromStr(&sCountry, country); in rtl_locale_register()
312 void SAL_CALL rtl_locale_setDefault( const sal_Unicode * language, const sal_Unicode * country, con… in rtl_locale_setDefault() argument
314 g_pDefaultLocale = rtl_locale_register(language, country, variant); in rtl_locale_setDefault()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_resource.cxx190 OUString country = _sLang.getToken( 0, '-', nIndex ); in toLocale() local
191 if (country.getLength() > 0) in toLocale()
194 checkSecondSubtag(country, bIsCountry); in toLocale()
197 locale.Country = country; in toLocale()
201 locale.Variant = country; in toLocale()
/trunk/main/i18npool/source/localedata/data/
H A Dlist-locales.awk36 country = ""
72 country = x[3]
91 printf( "%3s_%2s: %s - %s\n", iso[1], iso[2], language, country )
93 printf( "%3s %2s: %s %s\n", iso[1], iso[2], language, country )
/trunk/main/lingucomponent/source/languageguessing/
H A Dguess.cxx54 string country; in Guess() local
84 country+=guess_str[current_pointer]; in Guess()
98 country_str=country; in Guess()
/trunk/main/offapi/com/sun/star/i18n/
H A DLanguageCountryInfo.idl34 The language and country identifiers and descriptive names of the
48 /// ISO-3166 country code, for example, "US" or "DE"
50 /// Descriptive country name, for example, "United States" or "Germany"
/trunk/main/sal/workben/
H A Dgetlocaleinfotest.cxx34 rtl::OUString country = rtl::OUString::createFromAscii( "DE" ); in main() local
38 rtl_locale_register( lang.getStr( ), country.getStr( ), NULL ); in main()
/trunk/main/sal/osl/unx/
H A Dosxlocale.cxx94 CFStringRef country = (CFStringRef)CFArrayGetValueAtIndex(subs, 1); in macosx_getLocale() local
95 …CFStringGetCString(country, locale + strlen(locale), bufferLen - strlen(locale), kCFStringEncoding… in macosx_getLocale()
/trunk/main/shell/source/tools/lngconvex/
H A Dlngconvex.cxx174 OString country() const in country() function in __anon3dd6866d0111::iso_lang_identifier
334 …guageType ltype = MsLangId::convertIsoNamesToLanguage(myiso_lang.language(), myiso_lang.country()); in add_group_entries()
467 … LanguageType ltype = MsLangId::convertIsoNamesToLanguage(iso_lang.language(), iso_lang.country()); in start_language_section()
/trunk/main/officecfg/registry/schema/
H A Doo-ldap-attr-map.properties43 # country.c (country)
/trunk/main/i18npool/source/breakiterator/
H A Dbreakiterator_cjk.cxx122 #define LOCALE(language, country) lang::Locale(OUString::createFromAscii(language), OUString::creat… argument
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.src253 Text[ en-US ] = "N~ever include the country/region";
260 Text[ en-US ] = "~Always include the country/region";
267 Text[ en-US ] = "Only ~include the country/region if it is not:";
/trunk/main/shell/source/backends/localebe/
H A Dlocalebackend.cxx172 CFStringRef country = (CFStringRef)CFArrayGetValueAtIndex(subs, 1); in ImplGetLocale() local
173 OUStringBufferAppendCFString(aLocaleBuffer, country); in ImplGetLocale()
/trunk/main/udkapi/com/sun/star/lang/
H A DLocale.idl43 user's native country, region, or culture. </p>
104 for language, country and variant as: "es", "ES", "Traditional_WIN".</p>
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx342 g_value_set_string(pStackValue,ec->country ); break; in handleSplitAddress()
355 g_value_set_string(pStackValue,ec->country ); break; in handleSplitAddress()
368 g_value_set_string(pStackValue,ec->country ); break; in handleSplitAddress()
H A DEApi.h135 char *country; member
/trunk/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx823 gchar * country = g_ascii_strup(str_array[1], -1); in String2Locale() local
824 aLocale.Country = rtl::OUString::createFromAscii(country); in String2Locale()
825 g_free(country); in String2Locale()
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx167 … OUString country([ aCountry cStringUsingEncoding: NSUTF8StringEncoding], [aCountry length], aEnc); in getLocales() local
168 Locale nLoc( lang, country, OUString() ); in getLocales()
/trunk/main/stoc/source/javavm/
H A Djavavm.cxx443 rtl::OUString country = ooSetupSystemLocale->getStringValue().copy(index + 1); in getDefaultLocaleFromConfig() local
444 if(country.getLength()) { in getDefaultLocaleFromConfig()
446 prop += country; in getDefaultLocaleFromConfig()
/trunk/main/offapi/com/sun/star/text/
H A DUserDataPart.idl77 /** The field shows the country.
/trunk/main/offapi/com/sun/star/util/
H A DPathSubstitution.idl78 <dd>The country code used by the Office, like 01=english, 49=german.</dd>
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx472 OUString country = name.getToken(0, under, index); in getCalendarItemByName() local
473 Locale loc(language, country, OUString()); in getCalendarItemByName()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.hxx281 rtl::OUString country( const rtl::OUString& Language );

Completed in 166 milliseconds

1234