Home
last modified time | relevance | path

Searched full:java (Results 51 - 75 of 4011) sorted by relevance

12345678910>>...161

/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatICU.java11 import java.math.RoundingMode;
12 import java.text.AttributedCharacterIterator;
13 import java.text.AttributedString;
14 import java.text.CharacterIterator;
15 import java.text.DecimalFormatSymbols;
16 import java.text.FieldPosition;
17 import java.text.ParsePosition;
18 import java.util.Currency;
19 import java.util.HashMap;
20 import java
[all...]
/third_party/icu/docs/processes/release/tasks/
H A Dintegration.md47 [java] TestAll {
48 [java] BreakIteratorTest {
49 [java] TestGetInstance (7.581s) Passed
50 [java] TestICUEquivalent (0.832s) Passed
51 [java] } (8.669s) Passed
52 [java] CollatorTest {
53 [java] TestGetInstance (0.900s) Passed
54 [java] TestICUEquivalent (0.040s) Passed
55 [java] } (0.966s) Passed
56 [java] CurrencyNameTes
[all...]
H A Dupdating-measure-unit.md25 This document explains how to update the C++ and Java version of the MeasureUnit
28 Code is generated by running MeasureUnitTest.java unit tests, which writes
32 - Open MeasureUnitTest.java, run it by clicking on the green play button on
47 $GIT_ROOT/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/MeasureUnitTest.java
48 * Open MeasureUnitTest.java.
52 Make sure DRAFT_VERSIONS at top of MeasureUnitTest.java is set correctly.
55 ## Update MeasureUnit.java
58 * Run MeasureUnitTest.java, copy the generated code (see instructions above).
59 * Open MeasureUnit.java:
60 $GIT_ROOT/icu4j/main/classes/core/src/com/ibm/icu/util/MeasureUnit.java
[all...]
/third_party/libphonenumber/
H A Drun-java-demo.md1 # How to run the Java demo
5 This document explains how to build and run the demo of the Java version of
8 against any revision of the Java code by supplying jar files you build on your
17 instructions](http://cloud.google.com/appengine/downloads) to install the Java
19 `appengine-java-sdk`. You may want to rename the directory after unpacking.
23 Check out the Java code:
30 the `java` directory. Alternatively, update `java/demo/build.xml` to point to
44 cd libphonenumber/java
63 If you get a warning from App Engine asking you to upgrade your JRE to Java 1.
[all...]
/third_party/toybox/tests/
H A Dfile.test13 ln -s $FILES/java.class symlink
15 ln -s $FILES/java.klass dangler
26 testing "java class" "file $FILES/java.class | sed 's|$FILES/||'" \
27 "java.class: Java class file, version 53.0 (Java 1.9)\n" "" ""
52 testing "symlink -L" "file -L symlink" "symlink: Java class file, version 53.0 (Java 1.9)\n" "" ""
54 testing "- pipe" "cat $FILES/java
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DInfoDialog.java10 import java.awt.BorderLayout;
11 import java.awt.Button;
12 import java.awt.Dialog;
13 import java.awt.FlowLayout;
14 import java.awt.Frame;
15 import java.awt.Label;
16 import java.awt.Panel;
17 import java.awt.TextArea;
18 import java.awt.event.ActionEvent;
19 import java
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestCompatibility.java12 import java.awt.font.NumericShaper;
13 import java.awt.font.TextAttribute;
14 import java.text.AttributedString;
21 * Regression test for java.text.Bidi compatibility
28 void compareBidi(Bidi bidi, java.text.Bidi jbidi) in compareBidi()
122 java.text.Bidi.requiresBidi(text, 0, text.length)) { in compareBidi()
126 "\n jbidi: " + java.text.Bidi.requiresBidi(text, 0, text.length)); in compareBidi()
143 // This test case does not work well on Java 1.4/1.4.1 environment, in testCompatibility()
145 // This test case also does not work will with Java 1.7 environment, in testCompatibility()
146 // because the changes to the Java Bid in testCompatibility()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DTestCompatibility.java13 import java.awt.font.NumericShaper;
14 import java.awt.font.TextAttribute;
15 import java.text.AttributedString;
23 * Regression test for java.text.Bidi compatibility
31 void compareBidi(Bidi bidi, java.text.Bidi jbidi) in compareBidi()
125 java.text.Bidi.requiresBidi(text, 0, text.length)) { in compareBidi()
129 "\n jbidi: " + java.text.Bidi.requiresBidi(text, 0, text.length)); in compareBidi()
146 // This test case does not work well on Java 1.4/1.4.1 environment, in testCompatibility()
148 // This test case also does not work will with Java 1.7 environment, in testCompatibility()
149 // because the changes to the Java Bid in testCompatibility()
[all...]
/third_party/libphonenumber/javascript/
H A DREADME.md67 The JavaScript library is ported from the Java implementation.
68 When the Java project gets updated follow these steps to update the JavaScript
73 * Manually update the toJsArray() Java methods in tools/java/java-build/src/com/google/i18n/phonenumbers/BuildMetadataJsonFromXml.java
74 * Build `tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar` by running: `mvn -f tools/java/jav
[all...]
/third_party/libjpeg-turbo/
H A Dlibjpeg-turbo-2.1.1.tar.gz
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringCharacterIterator.java11 // NOTE: This class is identical to java.text.StringCharacterIterator
18 import java.text.CharacterIterator;
29 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
43 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
56 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
72 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
96 * method is used by other java.text classes that want to avoid allocating
101 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
117 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
129 * @deprecated ICU 2.4. Use java
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DBreakIteratorPerformanceTest.java11 import java.io.FileInputStream;
12 import java.util.ArrayList;
22 java.text.BreakIterator jSentenceIter;
23 java.text.BreakIterator jWordIter;
24 java.text.BreakIterator jLineIter;
25 java.text.BreakIterator jCharacterIter;
46 // // get rid of any characters that may cause differences between ICU4J and Java BreakIterator in setup()
61 jSentenceIter = java.text.BreakIterator.getSentenceInstance(); in setup()
62 jWordIter = java.text.BreakIterator.getWordInstance(); in setup()
63 jLineIter = java in setup()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DStringCharacterIterator.java12 // NOTE: This class is identical to java.text.StringCharacterIterator
19 import java.text.CharacterIterator;
30 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
45 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
58 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
74 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
98 * method is used by other java.text classes that want to avoid allocating
103 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
119 * @deprecated ICU 2.4. Use java.text.StringCharacterIterator instead.
131 * @deprecated ICU 2.4. Use java
[all...]
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H A DMappingFileProvider.java19 import java.io.Externalizable;
20 import java.io.IOException;
21 import java.io.ObjectInput;
22 import java.io.ObjectOutput;
23 import java.util.ArrayList;
24 import java.util.Arrays;
25 import java.util.Collections;
26 import java.util.HashMap;
27 import java.util.HashSet;
28 import java
[all...]
/third_party/icu/tools/release/java/
H A Dbuild.xml20 <echo message="java home: ${java.home}"/>
21 <echo message="java version: ${java.version}"/>
22 <echo message="java vendor: ${java.vm.vendor}"/>
23 <echo message="ant java version: ${ant.java.version}"/>
45 <java jar="${apireport.jar}" fork="yes" failonerror="true">
65 </java>
[all...]
/third_party/libphonenumber/tools/java/java-build/
H A Dpom.xml13 <artifactId>java-build</artifactId>
15 <name>Libphonenumber Java and JavaScript build tools</name>
17 Java and JavaScript build tools that generate the Java and JavaScript metadata code needed to
18 build the libphonenumber library. The Java build tools also transform the geocoding data from
24 ${project.dir}/../../../../java/libphonenumber/src/
70 <!-- Add ../../../java/libphonenumber/src/ to make Phonemetadata.java available to
72 <source>../../../java/libphonenumber/src/</source>
73 <!-- Add ../../../java/interna
[all...]
/third_party/libwebsockets/test-apps/android/app/
H A Dapp.iml35 <sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/debug" type="java-resource" />
36 <sourceFolder url="file://$MODULE_DIR$/build/generated/res/resValues/debug" type="java-resource" />
41 <sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/androidTest/debug" type="java-test-resource" />
42 <sourceFolder url="file://$MODULE_DIR$/build/generated/res/resValues/androidTest/debug" type="java-test-resource" />
43 <sourceFolder url="file://$MODULE_DIR$/src/debug/res" type="java-resource" />
44 <sourceFolder url="file://$MODULE_DIR$/src/debug/resources" type="java-resource" />
45 <sourceFolder url="file://$MODULE_DIR$/src/debug/assets" type="java-resource" />
47 <sourceFolder url="file://$MODULE_DIR$/src/debug/java" isTestSource="false" />
51 <sourceFolder url="file://$MODULE_DIR$/src/testDebug/res" type="java-test-resource" />
52 <sourceFolder url="file://$MODULE_DIR$/src/testDebug/resources" type="java
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DDebugWriter.java5 import static java.nio.charset.StandardCharsets.UTF_8;
7 import java.io.ByteArrayInputStream;
8 import java.io.IOException;
9 import java.io.InputStream;
10 import java.io.InputStreamReader;
11 import java.nio.file.Files;
12 import java.nio.file.Path;
13 import java.nio.file.Paths;
14 import java.util.Collection;
15 import java
[all...]
/third_party/icu/docs/userguide/locale/
H A Dlocalizing.md45 used to convert from some authoring/translation format to Java/ICU formats, or
46 one of the Java/ICU formats needs to be used for authoring and translation.
48 ## Java and ICU4J
52 Java `PropertyResourceBundle` uses runtime-parsed .properties files. They contain
56 escape sequences (see the Java `native2ascii` tool).
58 Defined at: http://java.sun.com/j2se/1.4/docs/api/java/util/PropertyResourceBundle.html
67 ### .java ListResourceBundle files
69 Java `ListResourceBundle` files provide implementation subclasses of the
70 `ListResourceBundle` abstract base class. **They are Java cod
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacterEnums.java25 * {@link java.lang.Character}.
215 * This name is compatible with java.lang.Character's name for this type.
230 * This name is compatible with java.lang.Character's name for this type.
248 * {@link java.lang.Character}.
261 * java.lang.Character#DIRECTIONALITY_LEFT_TO_RIGHT}.
275 * java.lang.Character#DIRECTIONALITY_RIGHT_TO_LEFT}.
289 * java.lang.Character#DIRECTIONALITY_EUROPEAN_NUMBER}.
303 * java.lang.Character#DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR}.
317 * java.lang.Character#DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR}.
331 * java
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java5 import java.io.BufferedReader;
6 import java.io.File;
7 import java.io.InputStream;
8 import java.io.InputStreamReader;
9 import java.net.URL;
10 import java.nio.charset.Charset;
11 import java.util.Arrays;
12 import java.util.Collection;
13 import java.util.Collections;
14 import java
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacterEnums.java25 * {@link java.lang.Character}.
184 * This name is compatible with java.lang.Character's name for this type.
197 * This name is compatible with java.lang.Character's name for this type.
214 * {@link java.lang.Character}.
225 * java.lang.Character#DIRECTIONALITY_LEFT_TO_RIGHT}.
237 * java.lang.Character#DIRECTIONALITY_RIGHT_TO_LEFT}.
249 * java.lang.Character#DIRECTIONALITY_EUROPEAN_NUMBER}.
261 * java.lang.Character#DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR}.
273 * java.lang.Character#DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR}.
285 * java
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Ddemangle-java-test.c8 #include "demangle-java.h"
20 "boolean java.lang.StringLatin1.equals(byte[], byte[])" }, in test__demangle_java()
22 "long java.util.zip.ZipUtils.CENSIZ(byte[], int)" }, in test__demangle_java()
24 "boolean java.util.regex.Pattern$BmpCharProperty.match(java.util.regex.Matcher, int, java.lang.CharSequence)" }, in test__demangle_java()
26 "void java.lang.AbstractStringBuilder.appendChars(java.lang.String, int, int)" }, in test__demangle_java()
28 "void java.lang.Object<init>()" }, in test__demangle_java()
44 DEFINE_SUITE("Demangle Java", demangle_jav
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DAppletFrame.java10 import java.applet.Applet;
11 import java.applet.AppletContext;
12 import java.applet.AppletStub;
13 import java.applet.AudioClip;
14 import java.awt.Frame;
15 import java.awt.Image;
16 import java.awt.event.WindowAdapter;
17 import java.awt.event.WindowEvent;
18 import java.io.IOException;
19 import java
[all...]
/third_party/libphonenumber/java/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/
H A DMappingFileProviderTest.java21 import java.io.ByteArrayInputStream;
22 import java.io.ByteArrayOutputStream;
23 import java.io.IOException;
24 import java.io.ObjectInputStream;
25 import java.io.ObjectOutputStream;
26 import java.util.Arrays;
27 import java.util.HashSet;
28 import java.util.Set;
29 import java.util.SortedMap;
30 import java
[all...]

Completed in 10 milliseconds

12345678910>>...161