Lines Matching refs:pLanguage
102 rtl_String *pLanguage = NULL; in _compose_locale() local
104 rtl_uString2String( &pLanguage, in _compose_locale()
108 if( pLanguage->length < n ) in _compose_locale()
110 strcpy( buffer, pLanguage->buffer ); in _compose_locale()
111 offset = pLanguage->length; in _compose_locale()
114 rtl_string_release( pLanguage ); in _compose_locale()
176 rtl_uString * pLanguage = NULL; in _parse_locale() local
183 …rtl_string2UString( &pLanguage, locale, 2, RTL_TEXTENCODING_ASCII_US, OSTRING_TO_OUSTRING_CVTFLAGS… in _parse_locale()
184 OSL_ASSERT(pLanguage != NULL); in _parse_locale()
200 …rtl_Locale * ret = rtl_locale_register( pLanguage->buffer, pCountry ? pCountry->buffer : c_locale… in _parse_locale()
204 if (pLanguage) rtl_uString_release(pLanguage); in _parse_locale()