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

/glassfish-3.1.2/tests/embedded/maven-plugin/jsftest/src/main/java/org/glassfish/tests/embedded/jsftest/
H A DJSFTestBean.java66 String country; field in class:JSFTestBean.TestTable
68 public TestTable(String name, String phone, String country) { argument
71 this.country = country;
83 return country;
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.unix.c1299 "eo", "eo", /* no country for Esperanto */
1503 * Linux/Solaris country string to ISO3166 string mapping table.
1638 const char *country = NULL; local
1675 /* Parse the language, country, encoding, and variant from the
1684 * no country name, and this facility is used to map each language
1685 * to a default country if that's possible. It's also used to map
1701 /* Get and normalize the country */
1710 MapLookup(country_names, t, &country);
1719 locale = (char *)MemAlloc((language ? strlen(language) : 0) + (country ? strlen(country)
[all...]

Completed in 630 milliseconds