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.java619 Format[] formatsAct = null; in TestAdopt() local
673 formatsAct = msg.getFormats(); in TestAdopt()
674 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
689 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
690 a = formatsAct[i]; in TestAdopt()
731 formatsAct = msg.getFormats(); in TestAdopt()
732 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
737 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
738 a = formatsAct[i]; in TestAdopt()
782 formatsAct = msg.getFormats(); in TestAdopt()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java622 Format[] formatsAct = null; in TestAdopt() local
676 formatsAct = msg.getFormats(); in TestAdopt()
677 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
692 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
693 a = formatsAct[i]; in TestAdopt()
734 formatsAct = msg.getFormats(); in TestAdopt()
735 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
740 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
741 a = formatsAct[i]; in TestAdopt()
785 formatsAct = msg.getFormats(); in TestAdopt()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1212 const Format** formatsAct = 0; in testAdopt() local
1270 formatsAct = msg.getFormats(countAct); in testAdopt()
1271 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1285 a = formatsAct[i]; in testAdopt()
1328 formatsAct = msg.getFormats(countAct); in testAdopt()
1329 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1335 a = formatsAct[i]; in testAdopt()
1380 formatsAct = msg.getFormats(countAct); in testAdopt()
1381 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1387 a = formatsAct[i]; in testAdopt()