Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java617 Format[] formatsAct = null; in TestAdopt() local
671 formatsAct = msg.getFormats(); in TestAdopt()
672 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
687 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
688 a = formatsAct[i]; in TestAdopt()
729 formatsAct = msg.getFormats(); in TestAdopt()
730 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
735 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
736 a = formatsAct[i]; in TestAdopt()
780 formatsAct = msg.getFormats(); in TestAdopt()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java620 Format[] formatsAct = null; in TestAdopt() local
674 formatsAct = msg.getFormats(); in TestAdopt()
675 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
690 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
691 a = formatsAct[i]; in TestAdopt()
732 formatsAct = msg.getFormats(); in TestAdopt()
733 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
738 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
739 a = formatsAct[i]; in TestAdopt()
783 formatsAct = msg.getFormats(); in TestAdopt()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1211 const Format** formatsAct = 0; in testAdopt() local
1269 formatsAct = msg.getFormats(countAct); in testAdopt()
1270 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1284 a = formatsAct[i]; in testAdopt()
1327 formatsAct = msg.getFormats(countAct); in testAdopt()
1328 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1334 a = formatsAct[i]; in testAdopt()
1379 formatsAct = msg.getFormats(countAct); in testAdopt()
1380 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1386 a = formatsAct[i]; in testAdopt()