/aoo4110/main/sal/inc/rtl/ |
H A D | locale.hxx | 181 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 D | locale.h | 75 …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…
|
/aoo4110/main/sal/rtl/source/ |
H A D | locale.c | 261 …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()
|
/aoo4110/main/offapi/com/sun/star/resource/ |
H A D | XLocale.idl | 55 /** 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
|
/aoo4110/main/desktop/source/deployment/misc/ |
H A D | dp_resource.cxx | 190 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()
|
/aoo4110/main/i18npool/source/localedata/data/ |
H A D | list-locales.awk | 36 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 )
|
/aoo4110/main/lingucomponent/source/languageguessing/ |
H A D | guess.cxx | 54 string country; in Guess() local 84 country+=guess_str[current_pointer]; in Guess() 98 country_str=country; in Guess()
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | LanguageCountryInfo.idl | 34 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"
|
/aoo4110/main/sal/workben/ |
H A D | getlocaleinfotest.cxx | 34 rtl::OUString country = rtl::OUString::createFromAscii( "DE" ); in main() local 38 rtl_locale_register( lang.getStr( ), country.getStr( ), NULL ); in main()
|
/aoo4110/main/sal/osl/unx/ |
H A D | osxlocale.cxx | 94 CFStringRef country = (CFStringRef)CFArrayGetValueAtIndex(subs, 1); in macosx_getLocale() local 95 …CFStringGetCString(country, locale + strlen(locale), bufferLen - strlen(locale), kCFStringEncoding… in macosx_getLocale()
|
/aoo4110/main/shell/source/tools/lngconvex/ |
H A D | lngconvex.cxx | 174 OString country() const in country() function in __anondee2ddbe0111::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()
|
/aoo4110/main/officecfg/registry/schema/ |
H A D | oo-ldap-attr-map.properties | 43 # country.c (country)
|
/aoo4110/main/i18npool/source/breakiterator/ |
H A D | breakiterator_cjk.cxx | 122 #define LOCALE(language, country) lang::Locale(OUString::createFromAscii(language), OUString::creat… argument
|
/aoo4110/main/shell/source/backends/localebe/ |
H A D | localebackend.cxx | 172 CFStringRef country = (CFStringRef)CFArrayGetValueAtIndex(subs, 1); in ImplGetLocale() local 173 OUStringBufferAppendCFString(aLocaleBuffer, country); in ImplGetLocale()
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | mmaddressblockpage.src | 253 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:";
|
/aoo4110/main/udkapi/com/sun/star/lang/ |
H A D | Locale.idl | 43 user's native country, region, or culture. </p> 104 for language, country and variant as: "es", "ES", "Traditional_WIN".</p>
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | NResultSet.cxx | 342 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 D | EApi.h | 135 char *country; member
|
/aoo4110/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.cxx | 167 … OUString country([ aCountry cStringUsingEncoding: NSUTF8StringEncoding], [aCountry length], aEnc); in getLocales() local 168 Locale nLoc( lang, country, OUString() ); in getLocales()
|
/aoo4110/main/vcl/unx/gtk/a11y/ |
H A D | atktextattributes.cxx | 823 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()
|
/aoo4110/main/stoc/source/javavm/ |
H A D | javavm.cxx | 427 rtl::OUString country; in getDefaultLocaleFromConfig() local 433 country = locale->getStringValue().copy(index + 1); in getDefaultLocaleFromConfig() 442 if(country.getLength()) { in getDefaultLocaleFromConfig() 444 prop += country; in getDefaultLocaleFromConfig()
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | UserDataPart.idl | 77 /** The field shows the country.
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | PathSubstitution.idl | 78 <dd>The country code used by the Office, like 01=english, 49=german.</dd>
|
/aoo4110/main/i18npool/source/localedata/ |
H A D | localedata.cxx | 470 OUString country = name.getToken(0, under, index); in getCalendarItemByName() local 471 Locale loc(language, country, OUString()); in getCalendarItemByName()
|
/aoo4110/main/xmlhelp/source/cxxhelp/provider/ |
H A D | databases.hxx | 281 rtl::OUString country( const rtl::OUString& Language );
|