Lines Matching full:ucal_open
2205 obj = ucal_open(NULL, 0,
2210 log_err("ucal_open failed with error: %s\n", u_errorName(ec));
2502 c1 = ucal_open(NULL, -1, oldLoc, UCAL_GREGORIAN, &status);
2503 c2 = ucal_open(NULL, -1, newLoc, UCAL_GREGORIAN, &status);