Home
last modified time | relevance | path

Searched refs:iKeyValue (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp94 int32_t ConvertHex(int32_t iKeyValue, wchar_t ch) { in ConvertHex() argument
96 return iKeyValue * 16 + FXSYS_HexCharToInt(ch); in ConvertHex()
97 return iKeyValue; in ConvertHex()
121 int32_t iKeyValue = 0; in GetLiteralText() local
126 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() local
163 iKeyValue = ConvertHex(iKeyValue, ch); in GetLiteralTextReverse()
165 if (iKeyValue != 0) { in GetLiteralTextReverse()
[all …]