Lines Matching refs:sLine
46 ByteString sLine, sVersion; in IsValid() local
54 if( rStream.ReadLine( sLine ) && in IsValid()
55 sLine.GetToken( 0, ':', nIndex ) == "Version" ) in IsValid()
57 sVersion = sLine.Copy( nIndex ); in IsValid()
58 while( rStream.ReadLine( sLine ) ) in IsValid()
61 ByteString sTmp( sLine.GetToken( 0, ':', nIndex ) ); in IsValid()
63 nStt = sLine.Erase( 0, nIndex ).ToInt32(); in IsValid()
65 nEnd = sLine.Erase( 0, nIndex ).ToInt32(); in IsValid()
68 nStartFragment = sLine.Erase( 0, nIndex ).ToInt32(); in IsValid()
74 nEndFragment = sLine.Erase( 0, nIndex ).ToInt32(); in IsValid()
79 sBaseURL = String( sLine.Erase( 0, nIndex ), RTL_TEXTENCODING_UTF8); in IsValid()