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.java612 Format[] formatsAct = null; in TestAdopt() local
666 formatsAct = msg.getFormats(); in TestAdopt()
667 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
682 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
683 a = formatsAct[i]; in TestAdopt()
724 formatsAct = msg.getFormats(); in TestAdopt()
725 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
730 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
731 a = formatsAct[i]; in TestAdopt()
775 formatsAct = msg.getFormats(); in TestAdopt()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java613 Format[] formatsAct = null; in TestAdopt() local
667 formatsAct = msg.getFormats(); in TestAdopt()
668 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
683 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
684 a = formatsAct[i]; in TestAdopt()
725 formatsAct = msg.getFormats(); in TestAdopt()
726 … if (formatsAct==null || (formatsAct.length <=0) || (formatsAct.length != formatsCmp.length)) { in TestAdopt()
731 for (i = 0; i < formatsAct.length; i++) { in TestAdopt()
732 a = formatsAct[i]; in TestAdopt()
776 formatsAct = msg.getFormats(); in TestAdopt()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1207 const Format** formatsAct = 0; in testAdopt() local
1265 formatsAct = msg.getFormats(countAct); in testAdopt()
1266 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1280 a = formatsAct[i]; in testAdopt()
1323 formatsAct = msg.getFormats(countAct); in testAdopt()
1324 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1330 a = formatsAct[i]; in testAdopt()
1375 formatsAct = msg.getFormats(countAct); in testAdopt()
1376 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) { in testAdopt()
1382 a = formatsAct[i]; in testAdopt()