Searched refs:table_eltype (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-java.c751 const char *table_eltype; local
764 table_eltype = (plurals ? "java.lang.Object" : "java.lang.String");
765 fprintf (stream, " private static final %s[] table;\n", table_eltype);
767 fprintf (stream, " %s[] t = new %s[%d];\n", table_eltype, table_eltype,

Completed in 51 milliseconds