Home | History | Annotate | Download | only in intltest

Lines Matching refs:utc

443         UChar32  utc;        // code point from UText
447 utc = utext_next32(targetUT);
448 if (utc < 0) {
452 TEST_ASSERT(utc == usc);
519 UChar32 utc; // code point from UText
524 utc = utext_next32(targetUT);
525 if (utc < 0) {
529 TEST_ASSERT(utc == usc);