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