Home
last modified time | relevance | path

Searched refs:theSym (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Ddynload_next.c42 NSSymbol theSym; in _PyImport_GetDynLoadFunc() local
50 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()
/external/icu/icu4c/source/common/
Druleiter.cpp25 …leCharacterIterator::RuleCharacterIterator(const UnicodeString& theText, const SymbolTable* theSym, in RuleCharacterIterator() argument
29 sym(theSym), in RuleCharacterIterator()