Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp3668 FX_WCHAR strSpecial[] = {'$', '-', '+', '!', '*', '\'', '(', ')', ','}; in EncodeURL() local
3703 iCount = FX_ArraySize(strSpecial); in EncodeURL()
3705 if (ch == strSpecial[i]) { in EncodeURL()