Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp3407 FX_WCHAR chTemp = 0; in DecodeURL() local
3414 chTemp += (ch - '0') * (!iCount ? 16 : 1); in DecodeURL()
3416 chTemp += (ch - 'A' + 10) * (!iCount ? 16 : 1); in DecodeURL()
3418 chTemp += (ch - 'a' + 10) * (!iCount ? 16 : 1); in DecodeURL()
3425 wsResultBuf.AppendChar(chTemp); in DecodeURL()
4271 uint8_t chTemp = oneString.GetAt(iTemp); in Replace() local
4272 if (chTemp != twoString.GetAt(iFindIndex)) { in Replace()