Lines Matching refs:exp
474 int32_t i, j, exp;
542 for (j = 0, exp = 0; j < COUNT; ++j) {
554 int32_t expBase = exp; // save for later
555 for (i = 0; i < UDAT_FIELD_COUNT; ++i, ++exp) {
562 ctou(EXPECTED[exp]), field);
911 UnicodeString exp("08/13/1997 at 10:42:28 AM ");
913 if (0 != dateString.compareBetween(0, exp.length(), exp, 0, exp.length())) errln((UnicodeString)"FAIL: Expected " + exp);
1377 errln("FAIL: Parsed result: " + str + ", exp 4/5/2001 5:45 PM");
1846 UDate exp = FAIL;
1850 exp = ref.parse(expstr, ec2);
1859 if (got == exp) {