Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp976 static const wchar_t kStrUnsafe[] = {' ', '<', '>', '"', '#', '%', '{', '}', in EncodeURL() local
989 size_t iCount = FX_ArraySize(kStrUnsafe); in EncodeURL()
991 if (ch == kStrUnsafe[i]) { in EncodeURL()