Searched refs:table_eltype (Results 1 – 1 of 1) sorted by relevance
795 const char *table_eltype; in write_java_code() local808 table_eltype = (plurals ? "java.lang.Object" : "java.lang.String"); in write_java_code()809 fprintf (stream, " private static final %s[] table;\n", table_eltype); in write_java_code()831 k, table_eltype); in write_java_code()838 fprintf (stream, " %s[] t = new %s[%d];\n", table_eltype, in write_java_code()839 table_eltype, 2 * hashsize); in write_java_code()