Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp3510 wchar_t strUnsafe[] = {' ', '<', '>', '"', '#', '%', '{', '}', in EncodeURL() local
3517 int32_t iCount = FX_ArraySize(strUnsafe); in EncodeURL()
3519 if (ch == strUnsafe[i]) { in EncodeURL()