Searched refs:sGroup_out (Results 1 – 2 of 2) sorted by relevance
180 bool LngParser::isNextGroup( ByteString &sGroup_out , ByteString &sLine_in ){ in isNextGroup() argument185 sGroup_out = sLine_in.GetToken( 1, '[' ).GetToken( 0, ']' ); in isNextGroup()186 sGroup_out.EraseLeadingChars( ' ' ); in isNextGroup()187 sGroup_out.EraseTrailingChars( ' ' ); in isNextGroup()
51 bool isNextGroup( ByteString &sGroup_out , ByteString &sLine_in);
Completed in 10 milliseconds