Searched refs:coordMatch (Results 1 – 7 of 7) sorted by relevance
192 QRegularExpressionMatch coordMatch = coordRx.match( string ); in parseCoord() local193 if ( coordMatch.hasMatch() ) in parseCoord()195 double hours = coordMatch.captured( 1 ).toDouble(); in parseCoord()196 double minutes = coordMatch.captured( 2 ).toDouble(); in parseCoord()197 double seconds = coordMatch.captured( 3 ).toDouble(); in parseCoord()
245 const QRegularExpressionMatch coordMatch = coordRx.match( string ); in parseCoord() local246 if ( coordMatch.hasMatch() ) in parseCoord()248 const double hours = coordMatch.captured( 1 ).toDouble(); in parseCoord()249 const double minutes = coordMatch.captured( 2 ).toDouble(); in parseCoord()250 const double seconds = coordMatch.captured( 3 ).toDouble(); in parseCoord()
341 bool coordMatch(GSeg* s, uint fuzz=0) {
485 exonMatch=r->exons[0]->coordMatch(t->exons[0],fuzz); in ichainMatch()724 if (super->qintrons[i].coordMatch(&super->rintrons[j])) { in compareLoci2R()2119 if (rintron.coordMatch(&mintron,10)) { in reclass_XStrand()
367 bool coordMatch(GSeg* s, uint fuzz=0) { //caller must check for s!=NULL
380 bool coordMatch(GSeg* s, uint fuzz=0) { //caller must check for s!=NULL
445 bool coordMatch(GSeg* s, uint fuzz=0) { //caller must check for s!=NULL