Searched refs:locale_buf (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sal/osl/unx/ |
| H A D | nlsupport.c | 546 char locale_buf[64] = ""; in osl_getTextEncodingFromLocale() local 557 _compose_locale( pLocale, locale_buf, 64 ); in osl_getTextEncodingFromLocale() 566 if( NULL == setlocale( LC_CTYPE, locale_buf ) ) in osl_getTextEncodingFromLocale() 640 char locale_buf[64] = ""; in _imp_setProcessLocale() local 644 _compose_locale( pLocale, locale_buf, 64 ); in _imp_setProcessLocale() 650 if( NULL == setlocale( LC_ALL, locale_buf ) ) in _imp_setProcessLocale() 769 char locale_buf[64] = ""; in osl_getTextEncodingFromLocale() local 777 if( _compose_locale( pLocale, locale_buf, 64 ) ) in osl_getTextEncodingFromLocale() 781 language = _pair_search( locale_buf, _full_locale_list, members); in osl_getTextEncodingFromLocale() 790 cp = strrchr( locale_buf, '.' ); in osl_getTextEncodingFromLocale() [all …]
|
| /AOO41X/main/sal/osl/os2/ |
| H A D | nlsupport.c | 325 char locale_buf[64] = ""; in osl_getTextEncodingFromLocale() local 338 if( _compose_locale( pLocale, locale_buf, 64 ) ) in osl_getTextEncodingFromLocale() 342 language = _pair_search( locale_buf, _full_locale_list, members); in osl_getTextEncodingFromLocale() 351 cp = strrchr( locale_buf, '.' ); in osl_getTextEncodingFromLocale() 366 locale_buf[2] = '\0'; in osl_getTextEncodingFromLocale() 368 language = _pair_search( locale_buf, _iso_language_list, members); in osl_getTextEncodingFromLocale() 407 char locale_buf[64]; in _imp_setProcessLocale() local 410 if( NULL != _compose_locale( pLocale, locale_buf, 64 ) ) in _imp_setProcessLocale() 415 setenv( "LC_ALL", locale_buf, 1); in _imp_setProcessLocale() 417 setenv( "LC_ALL", locale_buf ); in _imp_setProcessLocale() [all …]
|