HomeSort by relevance Sort by last modified time
    Searched refs:iKeyValue (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 94 int32_t ConvertHex(int32_t iKeyValue, wchar_t ch) {
96 return iKeyValue * 16 + FXSYS_HexCharToInt(ch);
97 return iKeyValue;
121 int32_t iKeyValue = 0;
126 iKeyValue = ConvertHex(iKeyValue, ch);
128 if (iKeyValue != 0)
129 wsOutput += static_cast<wchar_t>(iKeyValue & 0x0000FFFF);
158 int32_t iKeyValue = 0;
163 iKeyValue = ConvertHex(iKeyValue, ch)
    [all...]
  /system/netd/server/
XfrmController.cpp     [all...]

Completed in 64 milliseconds