Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java618 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local
625 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()
634 b = formatsCmp[i]; in TestAdopt()
657 b = formatsCmp[i]; in TestAdopt()
672 msg.setFormats( formatsCmp ); //tested function in TestAdopt()
675 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
692 b = formatsCmp[i]; in TestAdopt()
709 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()
715 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()
716 if (formatsCmp[i] == null) { in TestAdopt()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java615 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local
622 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()
631 b = formatsCmp[i]; in TestAdopt()
654 b = formatsCmp[i]; in TestAdopt()
669 msg.setFormats( formatsCmp ); //tested function in TestAdopt()
672 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
689 b = formatsCmp[i]; in TestAdopt()
706 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()
712 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()
713 if (formatsCmp[i] == null) { in TestAdopt()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1209 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt() local
1219 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) { in testAdopt()
1228 b = formatsCmp[i]; in testAdopt()
1252 b = formatsCmp[i]; in testAdopt()
1267 msg.setFormats( formatsCmp, countCmp ); //tested function in testAdopt()
1285 b = formatsCmp[i]; in testAdopt()
1310 if (formatsCmp[i] == NULL) { in testAdopt()
1313 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1335 b = formatsCmp[i]; in testAdopt()
1359 if (formatsCmp[i] == NULL) { in testAdopt()
[all …]