Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java600 Format[] formatsAct = null; in TestAdopt() local
654 formatsAct = msg.getFormats(); in TestAdopt()
655 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
670 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
671 a = formatsAct[i]; in TestAdopt()
712 formatsAct = msg.getFormats(); in TestAdopt()
713 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
718 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
719 a = formatsAct[i]; in TestAdopt()
763 formatsAct = msg.getFormats(); in TestAdopt()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java596 Format[] formatsAct = null; in TestAdopt() local
650 formatsAct = msg.getFormats(); in TestAdopt()
651 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
666 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
667 a = formatsAct[i]; in TestAdopt()
708 formatsAct = msg.getFormats(); in TestAdopt()
709 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
714 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
715 a = formatsAct[i]; in TestAdopt()
759 formatsAct = msg.getFormats(); in TestAdopt()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1204 const Format** formatsAct = 0; in testAdopt() local
1262 formatsAct = msg.getFormats(countAct); in testAdopt()
1263 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1277 a = formatsAct[i]; in testAdopt()
1320 formatsAct = msg.getFormats(countAct); in testAdopt()
1321 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1327 a = formatsAct[i]; in testAdopt()
1372 formatsAct = msg.getFormats(countAct); in testAdopt()
1373 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1379 a = formatsAct[i]; in testAdopt()