Home | History | Annotate | Download | only in intltest

Lines Matching refs:zones

351     const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount);
355 if (tzID == (zones[i][0])) {
360 logln(UnicodeString("Long zone name = ") + zones[index][1]);
361 if (zones[index][1] != jstLong) {
362 errln("*** Should have been " + prettify(jstLong)+ " but it is: " + prettify(zones[index][1]));
365 // logln(UnicodeString("Short zone name = ") + zones[index][2]);
366 // if (zones[index][2] != jstShort) {
367 // errln("*** Should have been " + prettify(jstShort) + " but it is: " + prettify(zones[index][2]));
370 logln(UnicodeString("Long zone name = ") + zones[index][3]);
371 if (zones[index][3] != jdtLong) {
372 errln("*** Should have been " + prettify(jstLong) + " but it is: " + prettify(zones[index][3]));
375 // logln(UnicodeString("SHORT zone name = ") + zones[index][4]);
376 // if (zones[index][4] != jdtShort) {
377 // errln("*** Should have been " + prettify(jstShort)+ " but it is: " + prettify(zones[index][4]));