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

1 2 3

  /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 48 * as an array or as a Map. Each argument is matched up with its
63 * In ICU 3.8 MessageFormat supports named arguments. If a named argument
77 * <code>String</code>s that name the argument indices, e.g. "0",
94 * been modified so that the <code>Object</code> argument can be
96 * format uses named arguments, this argument must not be an
98 * If the argument is a <code>Map</code> it can be used with Strings that
371 * <p>When a single argument is parsed more than once in the string, the last match
384 * multiple occurances of the same argument would return the last match. For
546 // * Parses the pattern and caches Format objects for simple argument types.
589 * correspond to the argument indices used in the previously se
    [all...]
  /external/icu/icu4c/source/config/
test-icu-config.sh 13 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 304 * When a single argument is parsed more than once in the string, the last match
318 * 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...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java 857 throw new IllegalStateException("failed to parse test argument");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java 853 throw new IllegalStateException("failed to parse test argument");
865 errln("parsed argument " + parsedArgs[0] + " != " + num);
    [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 58 # a. If function accepts more than 4 arguments *and* >4th argument
885 ARGUMENT: while (1) {
892 else { last ARGUMENT; }
896 last ARGUMENT if ($line !~ /^,/);
899 } # ARGUMENT:
968 # (#) Nth argument, volatile
970 # In Unix terms top of stack is argument transfer area for arguments
972 # [integer] argument resides at 8(%rsp) upon function entry point.
977 # In Win64 terms N*8 bytes on top of stack is argument transfer area,
980 # upon function entry point 5th argument resides at 40(%rsp), as wel
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 65 * Some of the API methods work only with argument numbers and throw an exception
68 * <p>An argument might not specify any format type. In this case,
73 * <p>An argument might specify a "simple" type for which the specified
76 * <p>An argument might have a "complex" type with nested MessageFormat sub-patterns.
77 * During formatting, one of these sub-messages is selected according to the argument value
81 * a top-level argument, overriding the default formatting and parsing behavior
82 * for that argument.
84 * a typeless argument in the pattern string
87 * <p>When formatting, MessageFormat takes a collection of argument values
89 * The argument values may be passed as an arra
    [all...]
  /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 486 * .. initialize all argument arrays ..
580 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
581 * 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 486 * .. initialize all argument arrays ..
580 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
581 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT.
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 370 // compute their offsets and the total amount of argument stack space
395 // For non-fixed arguments, next emit stores to store the argument values
526 ? DAG.getNode(WebAssemblyISD::ARGUMENT, DL, In.VT,
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.4.0-beta6/
monkeyrunner-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.5.0/
monkeyrunner-24.5.0.jar 

Completed in 1297 milliseconds

1 2 3