HomeSort by relevance Sort by last modified time
    Searched full:plugin_file (Results 1 - 1 of 1) sorted by null

  /external/icu4c/common/
icuplug.c 700 static char plugin_file[2048] = ""; variable
706 return plugin_file;
737 uprv_strncpy(plugin_file, plugin_dir, 2047);
738 uprv_strncat(plugin_file, U_FILE_SEP_STRING,2047);
739 uprv_strncat(plugin_file, "icuplugins",2047);
740 uprv_strncat(plugin_file, U_ICU_VERSION_SHORT ,2047);
741 uprv_strncat(plugin_file, ".txt" ,2047);
744 DBG((stderr, "pluginfile= %s\n", plugin_file));
747 f = fopen(plugin_file, "r");
818 DBG((stderr, "Can't open plugin file %s\n", plugin_file));
    [all...]

Completed in 40 milliseconds