Searched refs:escapedString (Results 1 – 6 of 6) sorted by relevance
23 NSString *scope = [ABI47_0_0EXScopedNotificationsUtils escapedString:scopeKey];24 NSString *escapedCategoryId = [ABI47_0_0EXScopedNotificationsUtils escapedString:unscopedId];62 + (NSString *)escapedString:(NSString*)string
23 NSString *scope = [ABI49_0_0EXScopedNotificationsUtils escapedString:scopeKey];24 NSString *escapedCategoryId = [ABI49_0_0EXScopedNotificationsUtils escapedString:unscopedId];62 + (NSString *)escapedString:(NSString*)string
23 NSString *scope = [ABI48_0_0EXScopedNotificationsUtils escapedString:scopeKey];24 NSString *escapedCategoryId = [ABI48_0_0EXScopedNotificationsUtils escapedString:unscopedId];62 + (NSString *)escapedString:(NSString*)string
23 NSString *scope = [EXScopedNotificationsUtils escapedString:scopeKey];24 NSString *escapedCategoryId = [EXScopedNotificationsUtils escapedString:unscopedId];62 + (NSString *)escapedString:(NSString*)string
57 …let escapedString = value.replacingOccurrences(of: "\\", with: "\\\\").replacingOccurrences(of: "\… in serializeValue() variable