Lines Matching refs:pLanguage
111 rtl_String *pLanguage = NULL; in _compose_locale() local
113 rtl_uString2String( &pLanguage, in _compose_locale()
117 if( SAL_INT_CAST(sal_uInt32, pLanguage->length) < n ) in _compose_locale()
119 strcpy( buffer, pLanguage->buffer ); in _compose_locale()
120 offset = pLanguage->length; in _compose_locale()
123 rtl_string_release( pLanguage ); in _compose_locale()
185 rtl_uString * pLanguage = NULL; in _parse_locale() local
198 …rtl_string2UString( &pLanguage, locale, offset, RTL_TEXTENCODING_ASCII_US, OSTRING_TO_OUSTRING_CVT… in _parse_locale()
199 OSL_ASSERT(pLanguage != NULL); in _parse_locale()
215 …ret = rtl_locale_register( pLanguage->buffer, pCountry ? pCountry->buffer : c_locale + 1, pVarian… in _parse_locale()
219 if (pLanguage) rtl_uString_release(pLanguage); in _parse_locale()