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