Home | History | Annotate | Download | only in intltest

Lines Matching defs:utc

445         UChar32  utc;        // code point from UText
449 utc = utext_next32(targetUT);
450 if (utc < 0) {
454 TEST_ASSERT(utc == usc);
521 UChar32 utc; // code point from UText
526 utc = utext_next32(targetUT);
527 if (utc < 0) {
531 TEST_ASSERT(utc == usc);