Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp3514 const wchar_t* strCode = L"0123456789abcdef"; in EncodeURL() local
3521 strEncode[1] = strCode[iIndex]; in EncodeURL()
3522 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()
3536 strEncode[1] = strCode[iIndex]; in EncodeURL()
3537 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()
3560 strEncode[1] = strCode[iIndex]; in EncodeURL()
3561 strEncode[2] = strCode[ch - iIndex * 16]; in EncodeURL()
3569 wchar_t tmp = strCode[ch % iRadix]; in EncodeURL()
3573 strTmp += strCode[ch]; in EncodeURL()
3604 const wchar_t* strCode = L"0123456789abcdef"; in EncodeHTML() local
[all …]