Searched refs:autoCorrectionTypes (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ppp-786.1.1/Dialogs/
H A DDialogs.c360 CFMutableArrayRef autoCorrectionTypes = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks); local
365 if (autoCapsTypes && autoCorrectionTypes && zeroRef && oneRef) {
369 CFArrayAppendValue(autoCorrectionTypes, oneRef);
372 CFDictionarySetValue(dict, SBUserNotificationTextAutocorrectionType, autoCorrectionTypes);
376 if (autoCorrectionTypes)
377 CFRelease(autoCorrectionTypes);
/macosx-10.10/ppp-786.1.1/Controller/
H A Dipsec_manager.c848 CFMutableArrayRef autoCorrectionTypes = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks); local
853 if (autoCapsTypes && autoCorrectionTypes && zeroRef && oneRef) {
857 CFArrayAppendValue(autoCorrectionTypes, oneRef);
860 CFDictionarySetValue(dict, SBUserNotificationTextAutocorrectionType, autoCorrectionTypes);
863 my_CFRelease(&autoCorrectionTypes);

Completed in 173 milliseconds