Home | History | Annotate | Download | only in intltest

Lines Matching refs:utc

447         UChar32  utc;        // code point from UText
451 utc = utext_next32(targetUT);
452 if (utc < 0) {
456 TEST_ASSERT(utc == usc);
523 UChar32 utc; // code point from UText
528 utc = utext_next32(targetUT);
529 if (utc < 0) {
533 TEST_ASSERT(utc == usc);