Home
last modified time | relevance | path

Searched refs:part (Results 1 – 21 of 21) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java445 int part = SEG_RAW; in applyPattern() local
452 if (part == SEG_RAW) { in applyPattern()
456 segments[part].append(ch); // handle doubles in applyPattern()
462 part = SEG_INDEX; in applyPattern()
467 segments[part].append(ch); in applyPattern()
471 segments[part].append(ch); in applyPattern()
478 if (part < SEG_MODIFIER) { in applyPattern()
479 if (segments[++part] == null) { in applyPattern()
480 segments[part] = new StringBuilder(); in applyPattern()
483 segments[part].append(ch); in applyPattern()
[all …]
DChoiceFormat.java188 int part = 0; in applyPattern() local
197 segments[part].append(ch); in applyPattern()
203 segments[part].append(ch); in applyPattern()
228 part = 1; in applyPattern()
239 part = 0; in applyPattern()
241 segments[part].append(ch); in applyPattern()
245 if (part == 1) { in applyPattern()
/libcore/ojluni/src/test/java/lang/invoke/
DMethodTypeTest.java213 for (Object part : parts) { in concat()
214 if (part instanceof Class) { in concat()
215 part = "L"+((Class)part).getName()+";"; in concat()
217 if (part instanceof Integer) { in concat()
218 for (int n = (Integer) part; n > 1; n--) in concat()
220 part = ""; in concat()
222 sb.append(part); in concat()
223 prevPart = part; in concat()
/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DDependencyAnalyzer.java223 String part = classOrPackage.replaceAll("\\.", "/"); in getEntriesFromNameOrThrow() local
225 part + ".class", in getEntriesFromNameOrThrow()
226 "classes/" + part + ".class", in getEntriesFromNameOrThrow()
228 part + "$", in getEntriesFromNameOrThrow()
229 "classes/" + part + "$", in getEntriesFromNameOrThrow()
231 part + "/", in getEntriesFromNameOrThrow()
232 "classes/" + part + "/", in getEntriesFromNameOrThrow()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DFloatTest.java486 int part = i * 6; in test_parseFloat_LString_NormalPositiveExponent() local
487 String inputString = "0x" + part + "." + part + "0123456789abcdefp" + part; in test_parseFloat_LString_NormalPositiveExponent()
535 int part = i * 7; in test_parseFloat_LString_NormalNegativeExponent() local
536 String inputString = "0x" + part + "." + part + "0123456789abcdefp-" + part; in test_parseFloat_LString_NormalNegativeExponent()
DDoubleTest.java781 int part = i * 11; in test_parseDouble_LString_NormalPositiveExponent() local
782 String inputString = "0x" + part + "." + part + "0123456789abcdefp" + part; in test_parseDouble_LString_NormalPositiveExponent()
842 int part = i * 11; in test_parseDouble_LString_NormalNegativeExponent() local
843 String inputString = "0x" + part + "." + part + "0123456789abcdefp-" + part; in test_parseDouble_LString_NormalNegativeExponent()
/libcore/ojluni/src/test/java/util/Base64/
Dplain.txt1 This test data is part of rfc2045 which includes all characters a~z A~Z, 0~9 and all symbols,
37 (1) As part of a regular RFC 822 message header.
39 (2) In a MIME body part header within a multipart
51 MIME-part-headers := entity-headers
/libcore/mmodules/intracoreapi/
DAndroid.bp79 // This jar is packaged as part of the SDK, use -target 8 so that it works
119 // This jar is packaged as part of the SDK, use -target 8 so that it works
/libcore/benchmarks/libs/
Dcaliper.jar.txt104 excluding those notices that do not pertain to any part of
107 (d) If the Work includes a "NOTICE" text file as part of its
111 pertain to any part of the Derivative Works, in at least one
113 as part of the Derivative Works; within the Source form or
/libcore/toolchainapi/
DAndroid.bp26 // part of JVMS/JLS, and its contract with javac can change in a future Java
/libcore/ojluni/src/test/
DAndroid.bp136 // Include source code as part of JAR
DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/libcore/
DJavaLibrary.bp479 // This jar is packaged as part of the SDK, use -target 8 so that it works
485 // because those classes are also part of the core library public SDK API
500 // This jar is packaged as part of the SDK, use -target 8 so that it works
527 // This jar is packaged as part of the SDK, use -target 8 so that it works
1190 // This jar is packaged as part of the SDK, use -target 8 so that it works
1212 // This jar is packaged as part of the ART module host exports, use -target 8 so that it works
DLICENSE95 in part contains or is derived from the Program or any part thereof, to be
113 works. But when you distribute the same sections as part of a whole which is a
116 whole, and thus to each and every part regardless of who wrote it.
DNOTICE10 This product includes software developed as part of
Dopenjdk_java_files.bp1 // Classes which are part of the public API, except where classes and
/libcore/ojluni/src/tools/
DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
/libcore/ojluni/src/test/java/util/regex/
DSupplementaryTestCases.txt148 // surrogates part of a supplementary character should not match
153 // low surrogate part of a supplementary character should not match
1095 // So that the BM optimization is part of test
DTestCases.txt1142 // So that the BM optimization is part of test
DBMPTestCases.txt911 // So that the BM optimization is part of test
/libcore/ojluni/src/main/
DLICENSE103 in part contains or is derived from the Program or any part thereof, to be
121 works. But when you distribute the same sections as part of a whole which is a
124 whole, and thus to each and every part regardless of who wrote it.