Lines Matching refs:lang

29 import java.lang.*;
59 public static java.lang.String getFileURLFromSystemPath(java.io.File aSystemPath) in getFileURLFromSystemPath()
73 java.lang.String sFileURL = null; in getFileURLFromSystemPath()
83 java.lang.StringBuffer sWorkBuffer = new java.lang.StringBuffer(sFileURL); in getFileURLFromSystemPath()
105 public static java.lang.String getFileURLFromSystemPath(java.lang.String sSystemPath) in getFileURLFromSystemPath()
136 public static java.lang.String getURLWithProtocolFromSystemPath(java.io.File aSystemPath, in getURLWithProtocolFromSystemPath()
138 java.lang.String sServerURL ) in getURLWithProtocolFromSystemPath()
143 java.lang.String sFileURL = FileHelper.getFileURLFromSystemPath(aSystemPath); in getURLWithProtocolFromSystemPath()
144 java.lang.String sBaseURL = FileHelper.getFileURLFromSystemPath(aBasePath ); in getURLWithProtocolFromSystemPath()
155 java.lang.String sURL = null; in getURLWithProtocolFromSystemPath()
187 public static java.lang.String getURLWithProtocolFromSystemPath(java.lang.String sSystemPath, in getURLWithProtocolFromSystemPath()
188 java.lang.String sBasePath , in getURLWithProtocolFromSystemPath()
189 java.lang.String sServerPath) in getURLWithProtocolFromSystemPath()
256 public static java.lang.String convertName2FileName(String sName) in convertName2FileName()
262 java.lang.StringBuffer sNewName = new java.lang.StringBuffer(nLength); in convertName2FileName()
353 java.lang.String sBaseName , in createUniqueFile()
354 java.lang.String sExtension) in createUniqueFile()
359 while (aFile == null && nr < java.lang.Long.MAX_VALUE) in createUniqueFile()
361 …java.lang.String sFileName = aBaseFile.getPath() + java.lang.String.valueOf(nr) + "." + sExtension; in createUniqueFile()
393 java.lang.String sEncoding, in readEncodedBufferFromFile()
394 java.lang.StringBuffer sBuffer ) in readEncodedBufferFromFile()
415 private static void logEncodingData(java.lang.StringBuffer sLog , in logEncodingData()
448 throws java.lang.Exception in impl_readAndCheckNextByte()
451 throw new java.lang.Exception("impl_readAndCheckNextByte()\nEnd of buffer reached."); in impl_readAndCheckNextByte()
459 …throw new java.lang.Exception("impl_readAndCheckNextByte()\nByte does not fit the specified range.… in impl_readAndCheckNextByte()
467 java.lang.StringBuffer sBuffer) in readAndCheckUTF8File()
484 java.lang.StringBuffer sLog = new java.lang.StringBuffer(); in readAndCheckUTF8File()
688 throw new java.lang.Exception("Non well formed UTF-8 encoding."); in readAndCheckUTF8File()
699 catch(java.lang.Throwable ex) in readAndCheckUTF8File()
705 java.lang.String sDump = aFile.getName(); in readAndCheckUTF8File()
710 java.lang.String sMsg = "File '"+aFile.getPath()+"' is not encoded right as UTF-8."; in readAndCheckUTF8File()
742 java.lang.String sEncoding, in writeEncodedBufferToFile()
744 java.lang.StringBuffer sBuffer ) in writeEncodedBufferToFile()
750 java.lang.String sTemp = sBuffer.toString(); in writeEncodedBufferToFile()