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

/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c394 CFDictionaryRef persEntry = NULL; local
403 persEntry = GetCFDictionaryFromDict(persDict, personalityKey);
405 if (!persEntry)
406 persEntry = GetCFDictionaryFromDict(persDict,kCCLDefaultPersonalityKey);
409 if (persEntry) {
412 if (!GetCFStringFromDict(persEntry,&scriptName,kCCLScriptNameKey))
420 if (!ConfigureCCLParameters(persEntry)) {

Completed in 208 milliseconds