Searched refs:theSym (Results 1 – 2 of 2) sorted by relevance
42 NSSymbol theSym; in _PyImport_GetDynLoadFunc() local50 theSym = NSLookupAndBindSymbol(funcname); in _PyImport_GetDynLoadFunc()51 p = (dl_funcptr)NSAddressOfSymbol(theSym); in _PyImport_GetDynLoadFunc()101 theSym = NSLookupAndBindSymbol(funcname); in _PyImport_GetDynLoadFunc()103 theSym = NSLookupSymbolInModule(newModule, funcname); in _PyImport_GetDynLoadFunc()104 if ( theSym == NULL ) { in _PyImport_GetDynLoadFunc()112 p = (dl_funcptr)NSAddressOfSymbol(theSym); in _PyImport_GetDynLoadFunc()
25 …leCharacterIterator::RuleCharacterIterator(const UnicodeString& theText, const SymbolTable* theSym, in RuleCharacterIterator() argument29 sym(theSym), in RuleCharacterIterator()