Lines Matching refs:ByteString

101 			ByteString aMsg( "LocaleDataWrapper ctor: Exception caught\n" );  in LocaleDataWrapper()
102 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in LocaleDataWrapper()
126 ByteString aMsg( "getComponentInstance: Exception caught\n" ); in LocaleDataWrapper()
127 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in LocaleDataWrapper()
197 ByteString aMsg( "getLanguageCountryInfo: Exception caught\n" ); in getLanguageCountryInfo()
198 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getLanguageCountryInfo()
218 ByteString aMsg( "getLocaleItem: Exception caught\n" ); in getLocaleItem()
219 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getLocaleItem()
239 ByteString aMsg( "getAllCalendars: Exception caught\n" ); in getAllCalendars()
240 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getAllCalendars()
260 ByteString aMsg( "getAllCurrencies: Exception caught\n" ); in getAllCurrencies()
261 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getAllCurrencies()
281 ByteString aMsg( "getAllFormats: Exception caught\n" ); in getAllFormats()
282 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getAllFormats()
302 ByteString aMsg( "getCollatorImplementations: Exception caught\n" ); in getCollatorImplementations()
303 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getCollatorImplementations()
323 ByteString aMsg( "getTransliterations: Exception caught\n" ); in getTransliterations()
324 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getTransliterations()
344 ByteString aMsg( "getForbiddenCharacters: Exception caught\n" ); in getForbiddenCharacters()
345 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getForbiddenCharacters()
365 ByteString aMsg( "getReservedWord: Exception caught\n" ); in getReservedWord()
366 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getReservedWord()
391 ByteString aMsg( "getAllInstalledLocaleNames: Exception caught\n" ); in getAllInstalledLocaleNames()
392 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getAllInstalledLocaleNames()
1960 outputCheckMessage( ByteString( rMsg, RTL_TEXTENCODING_UTF8).GetBuffer()); in outputCheckMessage()