Searched refs:language (Results 1 – 25 of 220) sorted by relevance
123456789
/dalvik/libcore/luni/src/main/java/java/util/ |
D | Locale.java | 166 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()
|
D | ResourceBundle.java | 462 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/ |
D | run-core-tests | 13 # 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/ |
D | blort.j | 12 ; See the License for the specific language governing permissions and
|
/dalvik/dx/tests/041-dex-abstract-method/ |
D | blort.j | 12 ; See the License for the specific language governing permissions and
|
/dalvik/dx/tests/037-dex-static-final-var/ |
D | blort.j | 12 ; See the License for the specific language governing permissions and
|
/dalvik/dx/tests/036-dex-static-var/ |
D | blort.j | 12 ; See the License for the specific language governing permissions and
|
/dalvik/dx/tests/038-dex-instance-method/ |
D | blort.j | 12 ; See the License for the specific language governing permissions and
|
/dalvik/dx/tests/035-dex-instance-var/ |
D | blort.j | 12 ; See the License for the specific language governing permissions and
|
/dalvik/dx/tests/040-dex-constructor/ |
D | blort.j | 12 ; See the License for the specific language governing permissions and
|
/dalvik/dx/tests/104-verify-return-ops/ |
D | op_sig_areturn.j | 12 ; See the License for the specific language governing permissions and
|
D | op_sig_ireturn.j | 12 ; See the License for the specific language governing permissions and
|
/dalvik/dx/tests/105-verify-load-store-ops/ |
D | op_istore_1.j | 12 ; See the License for the specific language governing permissions and
|
D | op_dstore_3.j | 12 ; See the License for the specific language governing permissions and
|
D | op_caload.j | 12 ; See the License for the specific language governing permissions and
|
D | op_faload.j | 12 ; See the License for the specific language governing permissions and
|
D | op_istore_3.j | 12 ; See the License for the specific language governing permissions and
|
D | op_lstore_2.j | 12 ; See the License for the specific language governing permissions and
|
/dalvik/dx/tests/101-verify-wide-math/ |
D | op_d2f.j | 12 ; See the License for the specific language governing permissions and
|
D | op_lneg.j | 12 ; See the License for the specific language governing permissions and
|
/dalvik/dx/tests/102-verify-nonwide-math/ |
D | op_idiv.j | 12 ; See the License for the specific language governing permissions and
|
D | op_i2d.j | 12 ; See the License for the specific language governing permissions and
|
/dalvik/dx/tests/106-verify-object-ops/ |
D | op_athrow.j | 12 ; See the License for the specific language governing permissions and
|
/dalvik/dx/tests/107-verify-stack-ops/ |
D | op_dup_x1_case1.j | 12 ; See the License for the specific language governing permissions and
|
D | op_dup_x1_case2.j | 12 ; See the License for the specific language governing permissions and
|
123456789