Searched refs:StrTmp (Results 1 – 1 of 1) sorted by relevance
108 SmallString<200> StrTmp(F1P, EndOfNumber(F1NumEnd)+1); in CompareNumbers() local110 StrTmp[static_cast<unsigned>(F1NumEnd-F1P)] = 'e'; in CompareNumbers()112 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd)); in CompareNumbers()113 F1NumEnd = F1P + (F1NumEnd-&StrTmp[0]); in CompareNumbers()118 SmallString<200> StrTmp(F2P, EndOfNumber(F2NumEnd)+1); in CompareNumbers() local120 StrTmp[static_cast<unsigned>(F2NumEnd-F2P)] = 'e'; in CompareNumbers()122 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd)); in CompareNumbers()123 F2NumEnd = F2P + (F2NumEnd-&StrTmp[0]); in CompareNumbers()