Home
last modified time | relevance | path

Searched refs:pCountry (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dnlsupport.c120 rtl_String *pCountry = NULL; in _compose_locale() local
122 rtl_uString2String( &pCountry, in _compose_locale()
126 if( offset + pCountry->length + 1 < n ) in _compose_locale()
129 strcpy( buffer + offset, pCountry->buffer ); in _compose_locale()
130 offset += pCountry->length; in _compose_locale()
133 rtl_string_release( pCountry ); in _compose_locale()
177 rtl_uString * pCountry = NULL; in _parse_locale() local
189 …rtl_string2UString( &pCountry, locale + 3, 2, RTL_TEXTENCODING_ASCII_US, OSTRING_TO_OUSTRING_CVTFL… in _parse_locale()
190 OSL_ASSERT(pCountry != NULL); in _parse_locale()
200 …rtl_Locale * ret = rtl_locale_register( pLanguage->buffer, pCountry ? pCountry->buffer : c_locale… in _parse_locale()
[all …]
/trunk/main/sal/osl/unx/
H A Dnlsupport.c129 rtl_String *pCountry = NULL; in _compose_locale() local
131 rtl_uString2String( &pCountry, in _compose_locale()
135 if( offset + pCountry->length + 1 < n ) in _compose_locale()
138 strcpy( buffer + offset, pCountry->buffer ); in _compose_locale()
139 offset += pCountry->length; in _compose_locale()
142 rtl_string_release( pCountry ); in _compose_locale()
186 rtl_uString * pCountry = NULL; in _parse_locale() local
204 …rtl_string2UString( &pCountry, locale + offset + 1, 2, RTL_TEXTENCODING_ASCII_US, OSTRING_TO_OUSTR… in _parse_locale()
205 OSL_ASSERT(pCountry != NULL); in _parse_locale()
215 …ret = rtl_locale_register( pLanguage->buffer, pCountry ? pCountry->buffer : c_locale + 1, pVarian… in _parse_locale()
[all …]
/trunk/main/lingucomponent/source/languageguessing/
H A Dguesslang.cxx162 const char *pCountry; in EnsureInitialized() member
180 aLocale.Country = OUString::createFromAscii( aDisable[i].pCountry ); in EnsureInitialized()

Completed in 23 milliseconds