Home
last modified time | relevance | path

Searched refs:language (Results 1 – 25 of 220) sorted by relevance

123456789

/dalvik/libcore/luni/src/main/java/java/util/
DLocale.java166 String language = AccessController
174 defaultLocale = new Locale(language, region, variant);
201 public Locale(String language) { in Locale() argument
202 this(language, "", ""); //$NON-NLS-1$//$NON-NLS-2$ in Locale()
213 public Locale(String language, String country) { in Locale() argument
214 this(language, country, ""); //$NON-NLS-1$ in Locale()
231 public Locale(String language, String country, String variant) { in Locale() argument
232 if (language == null || country == null || variant == null) { in Locale()
235 if(language.length() == 0 && country.length() == 0){ in Locale()
244 languageCode = Util.toASCIILowerCase(language); in Locale()
DResourceBundle.java462 String language = "", country = "", variant = ""; //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$ in setLocale() local
468 language = name.substring(1, nextIndex); in setLocale()
481 locale = new Locale(language, country, variant); in setLocale()
/dalvik/libcore/
Drun-core-tests13 # See the License for the specific language governing permissions and
28 exec dalvikvm -Duser.language=en -Duser.region=US -Djava.io.tmpdir=$tmp \
/dalvik/dx/tests/034-dex-minimal/
Dblort.j12 ; See the License for the specific language governing permissions and
/dalvik/dx/tests/041-dex-abstract-method/
Dblort.j12 ; See the License for the specific language governing permissions and
/dalvik/dx/tests/037-dex-static-final-var/
Dblort.j12 ; See the License for the specific language governing permissions and
/dalvik/dx/tests/036-dex-static-var/
Dblort.j12 ; See the License for the specific language governing permissions and
/dalvik/dx/tests/038-dex-instance-method/
Dblort.j12 ; See the License for the specific language governing permissions and
/dalvik/dx/tests/035-dex-instance-var/
Dblort.j12 ; See the License for the specific language governing permissions and
/dalvik/dx/tests/040-dex-constructor/
Dblort.j12 ; See the License for the specific language governing permissions and
/dalvik/dx/tests/104-verify-return-ops/
Dop_sig_areturn.j12 ; See the License for the specific language governing permissions and
Dop_sig_ireturn.j12 ; See the License for the specific language governing permissions and
/dalvik/dx/tests/105-verify-load-store-ops/
Dop_istore_1.j12 ; See the License for the specific language governing permissions and
Dop_dstore_3.j12 ; See the License for the specific language governing permissions and
Dop_caload.j12 ; See the License for the specific language governing permissions and
Dop_faload.j12 ; See the License for the specific language governing permissions and
Dop_istore_3.j12 ; See the License for the specific language governing permissions and
Dop_lstore_2.j12 ; See the License for the specific language governing permissions and
/dalvik/dx/tests/101-verify-wide-math/
Dop_d2f.j12 ; See the License for the specific language governing permissions and
Dop_lneg.j12 ; See the License for the specific language governing permissions and
/dalvik/dx/tests/102-verify-nonwide-math/
Dop_idiv.j12 ; See the License for the specific language governing permissions and
Dop_i2d.j12 ; See the License for the specific language governing permissions and
/dalvik/dx/tests/106-verify-object-ops/
Dop_athrow.j12 ; See the License for the specific language governing permissions and
/dalvik/dx/tests/107-verify-stack-ops/
Dop_dup_x1_case1.j12 ; See the License for the specific language governing permissions and
Dop_dup_x1_case2.j12 ; See the License for the specific language governing permissions and

123456789