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.java617 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local
624 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()
633 b = formatsCmp[i]; in TestAdopt()
656 b = formatsCmp[i]; in TestAdopt()
671 msg.setFormats( formatsCmp ); //tested function in TestAdopt()
674 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
691 b = formatsCmp[i]; in TestAdopt()
708 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()
714 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()
715 if (formatsCmp[i] == null) { in TestAdopt()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java620 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local
627 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()
636 b = formatsCmp[i]; in TestAdopt()
659 b = formatsCmp[i]; in TestAdopt()
674 msg.setFormats( formatsCmp ); //tested function in TestAdopt()
677 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
694 b = formatsCmp[i]; in TestAdopt()
711 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()
717 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()
718 if (formatsCmp[i] == null) { in TestAdopt()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1210 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt() local
1220 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) { in testAdopt()
1229 b = formatsCmp[i]; in testAdopt()
1253 b = formatsCmp[i]; in testAdopt()
1268 msg.setFormats( formatsCmp, countCmp ); //tested function in testAdopt()
1286 b = formatsCmp[i]; in testAdopt()
1311 if (formatsCmp[i] == NULL) { in testAdopt()
1314 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1336 b = formatsCmp[i]; in testAdopt()
1360 if (formatsCmp[i] == NULL) { in testAdopt()
[all …]