OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:formatsToAdopt
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java
623
Format[]
formatsToAdopt
= null;
709
formatsToAdopt
= new Format[formatsCmp.length];
710
if (
formatsToAdopt
==null) {
717
formatsToAdopt
[i] = null;
719
formatsToAdopt
[i] = (Format) formatsCmp[i].clone();
720
if (
formatsToAdopt
[i]==null) {
726
msg.setFormats(
formatsToAdopt
); // function to test
757
formatsToAdopt
= new Format[formatsCmp.length];
758
if (
formatsToAdopt
==null) {
765
formatsToAdopt
[i] = null
[
all
...]
/external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java
620
Format[]
formatsToAdopt
= null;
706
formatsToAdopt
= new Format[formatsCmp.length];
707
if (
formatsToAdopt
==null) {
714
formatsToAdopt
[i] = null;
716
formatsToAdopt
[i] = (Format) formatsCmp[i].clone();
717
if (
formatsToAdopt
[i]==null) {
723
msg.setFormats(
formatsToAdopt
); // function to test
754
formatsToAdopt
= new Format[formatsCmp.length];
755
if (
formatsToAdopt
==null) {
762
formatsToAdopt
[i] = null
[
all
...]
Completed in 389 milliseconds