Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp979 static const wchar_t kStrSpecial[] = {'$', '-', '+', '!', '*', in EncodeURL() local
1019 iCount = FX_ArraySize(kStrSpecial); in EncodeURL()
1021 if (ch == kStrSpecial[i]) { in EncodeURL()