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.java598 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local
605 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()
614 b = formatsCmp[i]; in TestAdopt()
637 b = formatsCmp[i]; in TestAdopt()
652 msg.setFormats( formatsCmp ); //tested function in TestAdopt()
655 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
672 b = formatsCmp[i]; in TestAdopt()
689 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()
695 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()
696 if (formatsCmp[i] == null) { in TestAdopt()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java594 Format[] formatsCmp = msgCmp.getFormats(); in TestAdopt() local
601 …if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.le… in TestAdopt()
610 b = formatsCmp[i]; in TestAdopt()
633 b = formatsCmp[i]; in TestAdopt()
648 msg.setFormats( formatsCmp ); //tested function in TestAdopt()
651 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
668 b = formatsCmp[i]; in TestAdopt()
685 formatsToAdopt = new Format[formatsCmp.length]; in TestAdopt()
691 for (i = 0; i < formatsCmp.length; i++) { in TestAdopt()
692 if (formatsCmp[i] == null) { in TestAdopt()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1202 const Format** formatsCmp = msgCmp.getFormats(countCmp); in testAdopt() local
1212 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) { in testAdopt()
1221 b = formatsCmp[i]; in testAdopt()
1245 b = formatsCmp[i]; in testAdopt()
1260 msg.setFormats( formatsCmp, countCmp ); //tested function in testAdopt()
1278 b = formatsCmp[i]; in testAdopt()
1303 if (formatsCmp[i] == NULL) { in testAdopt()
1306 formatsToAdopt[i] = formatsCmp[i]->clone(); in testAdopt()
1328 b = formatsCmp[i]; in testAdopt()
1352 if (formatsCmp[i] == NULL) { in testAdopt()
[all …]