Home
last modified time | relevance | path

Searched refs:c_locale (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dnlsupport.c167 static sal_Unicode c_locale[2] = { (sal_Unicode) 'C', 0 }; in _parse_locale() local
200 … pLanguage->buffer, pCountry ? pCountry->buffer : c_locale + 1, pVariant ? pVariant->buffer : c_lo… in _parse_locale()
209 return rtl_locale_register( c_locale, c_locale + 1, c_locale + 1 ); in _parse_locale()
/trunk/main/sal/osl/unx/
H A Dnlsupport.c176 static sal_Unicode c_locale[2] = { (sal_Unicode) 'C', 0 }; in _parse_locale() local
215 … pLanguage->buffer, pCountry ? pCountry->buffer : c_locale + 1, pVariant ? pVariant->buffer : c_lo… in _parse_locale()
224 return rtl_locale_register( c_locale, c_locale + 1, c_locale + 1 ); in _parse_locale()

Completed in 21 milliseconds