Searched refs:strSpecial (Results 1 – 1 of 1) sorted by relevance
3513 wchar_t strSpecial[] = {'$', '-', '+', '!', '*', '\'', '(', ')', ','}; in EncodeURL() local3547 iCount = FX_ArraySize(strSpecial); in EncodeURL()3549 if (ch == strSpecial[i]) { in EncodeURL()