Lines Matching refs:pCountry
120 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()
203 if (pCountry) rtl_uString_release(pCountry); in _parse_locale()