Searched refs:gs_FX_pHexChars (Results 1 – 1 of 1) sorted by relevance
379 const FX_CHAR* gs_FX_pHexChars = "0123456789ABCDEF"; variable387 *pBuf++ = gs_FX_pHexChars[b >> 4]; in FX_GUID_ToString()388 *pBuf++ = gs_FX_pHexChars[b & 0x0F]; in FX_GUID_ToString()