Home | History | Annotate | Download | only in intltest

Lines Matching refs:usi

439         int32_t  usi = 0;    // UnicodeString postion, utf-16 index.
446 usc = targetUS.char32At(usi);
451 TEST_ASSERT(uti == usi);
453 usi = targetUS.moveIndex32(usi, 1);
515 int32_t usi = 0; // UnicodeString postion, utf-16 index.
523 usc = targetUS.char32At(usi);
528 TEST_ASSERT(uti == usi);
530 usi = targetUS.moveIndex32(usi, 1);