Lines Matching full:zones
348 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount);
352 if (tzID == (zones[i][0])) {
357 logln(UnicodeString("Long zone name = ") + zones[index][1]);
358 if (zones[index][1] != jstLong) {
359 errln("*** Should have been " + prettify(jstLong)+ " but it is: " + prettify(zones[index][1]));
362 // logln(UnicodeString("Short zone name = ") + zones[index][2]);
363 // if (zones[index][2] != jstShort) {
364 // errln("*** Should have been " + prettify(jstShort) + " but it is: " + prettify(zones[index][2]));
367 logln(UnicodeString("Long zone name = ") + zones[index][3]);
368 if (zones[index][3] != jdtLong) {
369 errln("*** Should have been " + prettify(jstLong) + " but it is: " + prettify(zones[index][3]));
372 // logln(UnicodeString("SHORT zone name = ") + zones[index][4]);
373 // if (zones[index][4] != jdtShort) {
374 // errln("*** Should have been " + prettify(jstShort)+ " but it is: " + prettify(zones[index][4]));