Home
last modified time | relevance | path

Searched refs:formatsCmp (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java610 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local
617 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()
626 b = formatsCmp[i]; in TestAdopt()
649 b = formatsCmp[i]; in TestAdopt()
664 msg.setFormats( formatsCmp ); //tested function in TestAdopt()
667 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
684 b = formatsCmp[i]; in TestAdopt()
701 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()
707 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()
708 if (formatsCmp[i] == null) { in TestAdopt()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java611 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local
618 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()
627 b = formatsCmp[i]; in TestAdopt()
650 b = formatsCmp[i]; in TestAdopt()
665 msg.setFormats( formatsCmp ); //tested function in TestAdopt()
668 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
685 b = formatsCmp[i]; in TestAdopt()
702 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()
708 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()
709 if (formatsCmp[i] == null) { in TestAdopt()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1205 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt() local
1215 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) { in testAdopt()
1224 b = formatsCmp[i]; in testAdopt()
1248 b = formatsCmp[i]; in testAdopt()
1263 msg.setFormats( formatsCmp, countCmp ); //tested function in testAdopt()
1281 b = formatsCmp[i]; in testAdopt()
1306 if (formatsCmp[i] == NULL) { in testAdopt()
1309 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1331 b = formatsCmp[i]; in testAdopt()
1355 if (formatsCmp[i] == NULL) { in testAdopt()
[all …]