Lines Matching defs:locs
98 const char *locs [40] = { "en_US_VALLEYGIRL",
127 for(j=0;locs[j];j++) {
128 logln(UnicodeString("Creating calendar of locale ") + locs[j]);
130 c = Calendar::createInstance(locs[j], status);
131 CHECK(status, "creating '" + UnicodeString(locs[j]) + "' calendar");
135 dataerrln(UnicodeString(locs[j]) + UnicodeString("Calendar type ") + c->getType() + " instead of " + types[j]);