Searched defs:language (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DDescriptor.java13 * language governing permissions and limitations under the License.
77 * My display name indexed by language
82 * My descriptions indexed by language
87 * icons map indexed by language
183 * @param language the language
184 * @return the localized display name for the passed language
186 public String getLocalizedDisplayName(String language) { argument
192 String originalLanguage = language;
193 if (language
[all...]
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.unix.c13 * language governing permissions and limitations under the License.
1390 * Linux/Solaris language string to ISO639 string mapping table.
1637 const char *language = "en"; local
1675 /* Parse the language, country, encoding, and variant from the
1678 * preceded by their delimiter (except for language).
1683 * locale_aliases list are locales that include a language name but
1684 * no country name, and this facility is used to map each language
1713 /* Get and normalize the language */
1714 MapLookup(language_names, s, &language);
1719 locale = (char *)MemAlloc((language
[all...]

Completed in 30 milliseconds