HomeSort by relevance Sort by last modified time
    Searched refs:libraryList (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
icuplug.c 107 static UPlugLibrary * libraryList = staticLibraryList;
120 if(!uprv_strcmp(libName, libraryList[i].name)) {
131 if(lib==libraryList[i].lib) {
147 ret = libraryList[libEnt].name;
174 libraryList[libEntry].lib = uprv_dl_open(libName, status);
179 if(libraryList[libEntry].lib == NULL || U_FAILURE(*status)) {
181 libraryList[libEntry].lib = NULL; /* failure with open */
182 libraryList[libEntry].name[0] = 0;
190 uprv_strncpy(libraryList[libEntry].name,libName,UPLUG_NAME_MAX);
191 libraryList[libEntry].ref=1
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 

Completed in 51 milliseconds