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/icu4c/source/test/intltest/
tmsgfmt.cpp
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java
616
Format[]
formatsToAdopt
= null;
702
formatsToAdopt
= new Format[formatsCmp.length];
703
if (
formatsToAdopt
==null) {
710
formatsToAdopt
[i] = null;
712
formatsToAdopt
[i] = (Format) formatsCmp[i].clone();
713
if (
formatsToAdopt
[i]==null) {
719
msg.setFormats(
formatsToAdopt
); // function to test
750
formatsToAdopt
= new Format[formatsCmp.length];
751
if (
formatsToAdopt
==null) {
758
formatsToAdopt
[i] = null
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java
615
Format[]
formatsToAdopt
= null;
701
formatsToAdopt
= new Format[formatsCmp.length];
702
if (
formatsToAdopt
==null) {
709
formatsToAdopt
[i] = null;
711
formatsToAdopt
[i] = (Format) formatsCmp[i].clone();
712
if (
formatsToAdopt
[i]==null) {
718
msg.setFormats(
formatsToAdopt
); // function to test
749
formatsToAdopt
= new Format[formatsCmp.length];
750
if (
formatsToAdopt
==null) {
757
formatsToAdopt
[i] = null
[
all
...]
Completed in 621 milliseconds