HomeSort by relevance Sort by last modified time
    Searched refs:ARGUMENT (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
Support_MessageFormat.java 60 // test with MessageFormat.Field.ARGUMENT
61 t_FormatWithField(1, format, objects, null, Field.ARGUMENT, 3, 15);
92 v.add(new FieldContainer(3, 6, Field.ARGUMENT, 4));
93 v.add(new FieldContainer(6, 7, Field.ARGUMENT, 4));
95 v.add(new FieldContainer(7, 9, Field.ARGUMENT, 4));
96 v.add(new FieldContainer(9, 11, Field.ARGUMENT, 4));
98 v.add(new FieldContainer(11, 15, Field.ARGUMENT, 4));
100 v.add(new FieldContainer(19, 20, Field.ARGUMENT, 3));
101 v.add(new FieldContainer(20, 21, Field.ARGUMENT, 3));
103 v.add(new FieldContainer(21, 23, Field.ARGUMENT, 3))
    [all...]
MessageFormatTest.java 178 // case 3: Try to use argument ParsePosition as null.
227 // case 1: Test with repeating formats and max argument index < max
243 assertEquals("Test1B:wrong format for argument index " + i + ":", correctFormats[i], formats[i]);
246 // case 2: Try to pass null argument to setFormats().
565 new FieldPosition(MessageFormat.Field.ARGUMENT));
572 format.format(new Object[] { new Double(1.6), new Integer(3), date }, buffer, new FieldPosition(MessageFormat.Field.ARGUMENT));
582 new FieldPosition(MessageFormat.Field.ARGUMENT));
589 new FieldPosition(MessageFormat.Field.ARGUMENT));
611 // test with repeating formats and max argument index < max offset
626 // test with max argument index > max offse
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_MessageFormat.java 57 // test with MessageFormat.Field.ARGUMENT
58 t_FormatWithField(1, format, objects, null, Field.ARGUMENT, 3, 15);
87 v.add(new FieldContainer(3, 6, Field.ARGUMENT, 4));
89 v.add(new FieldContainer(6, 7, Field.ARGUMENT, 4));
90 v.add(new FieldContainer(7, 9, Field.ARGUMENT, 4));
92 v.add(new FieldContainer(9, 11, Field.ARGUMENT, 4));
93 v.add(new FieldContainer(11, 15, Field.ARGUMENT, 4));
95 v.add(new FieldContainer(19, 20, Field.ARGUMENT, 3));
97 v.add(new FieldContainer(20, 21, Field.ARGUMENT, 3));
98 v.add(new FieldContainer(21, 23, Field.ARGUMENT, 3))
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
MessageFormat.java 50 * as an array or as a Map. Each argument is matched up with its
65 * In ICU 3.8 MessageFormat supports named arguments. If a named argument
79 * <code>String</code>s that name the argument indices, e.g. "0",
96 * been modified so that the <code>Object</code> argument can be
98 * format uses named arguments, this argument must not be an
100 * If the argument is a <code>Map</code> it can be used with Strings that
373 * <p>When a single argument is parsed more than once in the string, the last match
386 * multiple occurances of the same argument would return the last match. For
548 // * Parses the pattern and caches Format objects for simple argument types.
591 * correspond to the argument indices used in the previously se
    [all...]
  /external/icu/icu4c/source/config/
test-icu-config.sh 15 icu-config --BAD ARGUMENT
  /libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatFieldTest.java 55 mfield = MessageFormat.Field.ARGUMENT;
  /libcore/ojluni/src/main/java/java/text/
MessageFormat.java 302 * When a single argument is parsed more than once in the string, the last match
316 * multiple occurrences of the same argument would return the last match. For
589 * correspond to the argument indices used in the previously set
596 * If an argument index is used for more than one format element
598 * for all such format elements. If an argument index is not used
601 * than needed, then only the formats for argument indices less
651 * previously set pattern string that use the given argument
653 * The argument index is part of the format element definition and
658 * If the argument index is used for more than one format element
660 * format elements. If the argument index is not used for any forma
    [all...]
  /device/linaro/bootloader/edk2/
Edk2Setup.bat 60 @set ARGUMENT=
136 @set ARGUMENT=%2
137 @if "!ARGUMENT:~0,2!"=="--" (
139 @echo ERROR : The --edk-tools-path flag requires an argument
162 @set ARGUMENT=%2
163 @if not "!ARGUMENT:~0,2!"=="--" (
182 @set ARGUMENT=%2
183 @if not "!ARGUMENT:~0,2!"=="--" (
244 @echo If the X64 argument is set, and a compiler tool chain is
254 @echo If the optional DIRECTORY argument is specified, the tool
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java 872 throw new IllegalStateException("failed to parse test argument");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java 871 throw new IllegalStateException("failed to parse test argument");
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
MessageFormat.java 66 * Some of the API methods work only with argument numbers and throw an exception
69 * <p>An argument might not specify any format type. In this case,
74 * <p>An argument might specify a "simple" type for which the specified
77 * <p>An argument might have a "complex" type with nested MessageFormat sub-patterns.
78 * During formatting, one of these sub-messages is selected according to the argument value
82 * a top-level argument, overriding the default formatting and parsing behavior
83 * for that argument.
85 * a typeless argument in the pattern string
88 * <p>When formatting, MessageFormat takes a collection of argument values
90 * The argument values may be passed as an arra
    [all...]
  /external/boringssl/src/crypto/perlasm/
x86_64-xlate.pl 60 # a. If function accepts more than 4 arguments *and* >4th argument
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 68 * Some of the API methods work only with argument numbers and throw an exception
71 * <p>An argument might not specify any format type. In this case,
76 * <p>An argument might specify a "simple" type for which the specified
79 * <p>An argument might have a "complex" type with nested MessageFormat sub-patterns.
80 * During formatting, one of these sub-messages is selected according to the argument value
84 * a top-level argument, overriding the default formatting and parsing behavior
85 * for that argument.
87 * a typeless argument in the pattern string
90 * <p>When formatting, MessageFormat takes a collection of argument values
92 * The argument values may be passed as an arra
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 67 * Some of the API methods work only with argument numbers and throw an exception
70 * <p>An argument might not specify any format type. In this case,
75 * <p>An argument might specify a "simple" type for which the specified
78 * <p>An argument might have a "complex" type with nested MessageFormat sub-patterns.
79 * During formatting, one of these sub-messages is selected according to the argument value
83 * a top-level argument, overriding the default formatting and parsing behavior
84 * for that argument.
86 * a typeless argument in the pattern string
89 * <p>When formatting, MessageFormat takes a collection of argument values
91 * The argument values may be passed as an arra
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 366 // For non-fixed arguments, next emit stores to store the argument values
497 ? DAG.getNode(WebAssemblyISD::ARGUMENT, DL, In.VT,
506 // the buffer is passed as an argument.
514 DAG.getNode(WebAssemblyISD::ARGUMENT, DL, PtrVT,
  /external/cblas/testing/
c_dblat1.f 351 * .. Initialize all argument arrays ..
657 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
658 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT.
c_sblat1.f 351 * .. Initialize all argument arrays ..
657 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
658 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT.
c_cblat1.f 485 * .. initialize all argument arrays ..
581 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
582 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT.
c_zblat1.f 485 * .. initialize all argument arrays ..
581 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
582 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT.
  /external/eigen/blas/testing/
cblat1.f 528 * .. initialize all argument arrays ..
623 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
624 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT.
dblat1.f 606 * .. Initialize all argument arrays ..
    [all...]
sblat1.f 610 * .. Initialize all argument arrays ..
    [all...]
zblat1.f 528 * .. initialize all argument arrays ..
623 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
624 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT.
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.4.0-beta6/
monkeyrunner-24.4.0-beta6.jar 

Completed in 1181 milliseconds

1 2 3 4