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