Searched refs:SeparateThousands (Results 1 – 7 of 7) sorted by relevance
228 string SeparateThousands(int number);
269 ScoreStr << "Score: " << TheGame->SeparateThousands(Score); in SetScore()
306 string scorestr = TheGame->SeparateThousands(Score); in SetScore()
355 string score_str = TheGame->SeparateThousands(Score); in SetScore()
504 string scorestr = TheGame->SeparateThousands(Score); in SetScore()
593 score << "Score: " << TheGame->SeparateThousands(Score); in SetScore()
1460 string BPGame::SeparateThousands(int number) { in SeparateThousands() function in BPGame