OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testArgs2
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp
469
Formattable
testArgs2
[] = {(int32_t)1, "MyDisk"};
484
form->format(
testArgs2
, 2, string, ignore, err);
523
Formattable
testArgs2
[] = {(int32_t)1, "MyDisk"};
524
form->format(
testArgs2
, 2, string, ignore, err);
588
Formattable
testArgs2
((int32_t)4);
589
mfNum2->format(&
testArgs2
, 1, numResult1, ignore, err);
592
mfAlpha2->format(argName, &
testArgs2
, 1, argNameResult, err);
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java
293
Object
testArgs2
[] = {new Integer(1), "MyDisk"};
307
form.format(
testArgs2
, string, ignore);
337
Object
testArgs2
[] = {new Integer(1), "MyDisk"};
338
form.format(
testArgs2
, string, ignore);
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java
290
Object
testArgs2
[] = {new Integer(1), "MyDisk"};
304
form.format(
testArgs2
, string, ignore);
334
Object
testArgs2
[] = {new Integer(1), "MyDisk"};
335
form.format(
testArgs2
, string, ignore);
[
all
...]
Completed in 58 milliseconds