Searched refs:iKeyValue (Results 1 – 1 of 1) sorted by relevance
94 int32_t ConvertHex(int32_t iKeyValue, wchar_t ch) { in ConvertHex() argument96 return iKeyValue * 16 + FXSYS_HexCharToInt(ch); in ConvertHex()97 return iKeyValue; in ConvertHex()121 int32_t iKeyValue = 0; in GetLiteralText() local126 iKeyValue = ConvertHex(iKeyValue, ch); in GetLiteralText()128 if (iKeyValue != 0) in GetLiteralText()129 wsOutput += static_cast<wchar_t>(iKeyValue & 0x0000FFFF); in GetLiteralText()158 int32_t iKeyValue = 0; in GetLiteralTextReverse() local163 iKeyValue = ConvertHex(iKeyValue, ch); in GetLiteralTextReverse()165 if (iKeyValue != 0) { in GetLiteralTextReverse()[all …]