Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp3665 FX_WCHAR strUnsafe[] = {' ', '<', '>', '"', '#', '%', '{', '}', in EncodeURL() local
3673 int32_t iCount = FX_ArraySize(strUnsafe); in EncodeURL()
3675 if (ch == strUnsafe[i]) { in EncodeURL()