Searched refs:countCmp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtmsgfmt.cpp1170 int32_t count, countCmp; local
1172 const Format** formatsCmp = msgCmp.getFormats(countCmp);
1182 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) {
1230 msg.setFormats( formatsCmp, countCmp ); //tested function
1233 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) {
1261 formatsToAdopt = new Format* [countCmp];
1267 for (i = 0; i < countCmp; i++) {
1278 msg.adoptFormats( formatsToAdopt, countCmp ); // function to test
1285 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) {
1309 formatsToAdopt = new Format* [countCmp];
[all...]
/external/icu4c/test/intltest/
H A Dtmsgfmt.cpp1200 int32_t count, countCmp; local
1202 const Format** formatsCmp = msgCmp.getFormats(countCmp);
1212 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) {
1260 msg.setFormats( formatsCmp, countCmp ); //tested function
1263 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) {
1296 formatsToAdopt = new Format* [countCmp];
1302 for (i = 0; i < countCmp; i++) {
1313 msg.adoptFormats( formatsToAdopt, countCmp ); // function to test
1321 if (!formatsAct || (countAct <=0) || (countAct != countCmp)) {
1345 formatsToAdopt = new Format* [countCmp];
[all...]

Completed in 45 milliseconds