Searched refs:kStrSpecial (Results 1 – 1 of 1) sorted by relevance
979 static const wchar_t kStrSpecial[] = {'$', '-', '+', '!', '*', in EncodeURL() local1019 iCount = FX_ArraySize(kStrSpecial); in EncodeURL()1021 if (ch == kStrSpecial[i]) { in EncodeURL()