Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dicuplug.cpp115 static UPlugLibrary * libraryList = staticLibraryList; variable
128 if(!uprv_strcmp(libName, libraryList[i].name)) { in searchForLibraryName()
139 if(lib==libraryList[i].lib) { in searchForLibrary()
155 ret = libraryList[libEnt].name; in uplug_findLibrary()
182 libraryList[libEntry].lib = uprv_dl_open(libName, status); in uplug_openLibrary()
187 if(libraryList[libEntry].lib == NULL || U_FAILURE(*status)) { in uplug_openLibrary()
189 libraryList[libEntry].lib = NULL; /* failure with open */ in uplug_openLibrary()
190 libraryList[libEntry].name[0] = 0; in uplug_openLibrary()
198 uprv_strncpy(libraryList[libEntry].name,libName,UPLUG_NAME_MAX); in uplug_openLibrary()
199 libraryList[libEntry].ref=1; in uplug_openLibrary()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...