Searched refs:FormatSquare (Results 1 – 1 of 1) sorted by relevance
70 result += FormatSquare(g_enPassentSquare);108 result += FormatSquare(from).charAt(0);110 result += FormatSquare(from).charAt(1);112 result += FormatSquare(from);115 result += FormatSquare(from).charAt(0);122 result += FormatSquare(to);140 function FormatSquare(square) { function146 var result = FormatSquare(move & 0xFF) + FormatSquare((move >> 8) & 0xFF);