Searched refs:bUTF8 (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/l10ntools/source/ |
H A D | helpex.cxx | 53 sal_Bool bUTF8; variable 68 bUTF8 = sal_True; in ParseCommandLine() 110 bUTF8 = sal_True; in ParseCommandLine() 114 bUTF8 = sal_False; in ParseCommandLine() 220 HelpParser aParser( sInputFile, bUTF8 , false ); in main() 272 HelpParser aParser( sHelpFile , bUTF8 , true ); in main()
|
H A D | lngex.cxx | 50 sal_Bool bUTF8; variable 64 bUTF8 = sal_True; in ParseCommandLine() 98 bUTF8 = sal_True; in ParseCommandLine() 193 LngParser aParser( sInputFile, bUTF8, bULF ); in main()
|
H A D | xrmmerge.cxx | 59 sal_Bool bUTF8; variable 79 bUTF8 = sal_True; in GetOutputFile() 111 bUTF8 = sal_True; in GetOutputFile() 115 bUTF8 = sal_False; in GetOutputFile()
|
H A D | cfgmerge.cxx | 57 sal_Bool bUTF8; variable 80 bUTF8 = sal_True; in GetOutputFile() 115 bUTF8 = sal_True; in GetOutputFile() 119 bUTF8 = sal_False; in GetOutputFile()
|
H A D | lngmerge.cxx | 37 LngParser::LngParser( const ByteString &rLngFile, sal_Bool bUTF8, sal_Bool bULFFormat ) in LngParser() argument 43 bDBIsUTF8( bUTF8 ), in LngParser()
|
H A D | export.cxx | 60 sal_Bool bUTF8; variable 88 bUTF8 = sal_True; in GetOutputFile() 134 bUTF8 = sal_True; in GetOutputFile() 138 bUTF8 = sal_False; in GetOutputFile()
|
H A D | helpmerge.cxx | 112 bUTF8 ( rUTF8 ), in HelpParser()
|
/aoo41x/main/l10ntools/inc/ |
H A D | helpmerge.hxx | 39 bool bUTF8; member in HelpParser 55 HelpParser( const ByteString &rHelpFile, bool bUTF8 , bool bHasInputList );
|
H A D | lngmerge.hxx | 57 LngParser( const ByteString &rLngFile, sal_Bool bUTF8, sal_Bool bULFFormat );
|
/aoo41x/main/sal/rtl/source/ |
H A D | uri.cxx | 158 bool bUTF8 = true; in readUcs4() local 166 bUTF8 = sal_False; in readUcs4() 172 if (bUTF8 && nEncoded >= nMin && !isHighSurrogate(nEncoded) in readUcs4()
|
/aoo41x/main/tools/source/fsys/ |
H A D | urlobj.cxx | 5299 bool bUTF8 = true; in getUTF32() local 5312 bUTF8 = false; in getUTF32() 5323 if (bUTF8 && nEncoded >= nMin in getUTF32()
|
Completed in 98 milliseconds