Home | History | Annotate | Download | only in intltest

Lines Matching refs:usi

441         int32_t  usi = 0;    // UnicodeString postion, utf-16 index.
448 usc = targetUS.char32At(usi);
453 TEST_ASSERT(uti == usi);
455 usi = targetUS.moveIndex32(usi, 1);
517 int32_t usi = 0; // UnicodeString postion, utf-16 index.
525 usc = targetUS.char32At(usi);
530 TEST_ASSERT(uti == usi);
532 usi = targetUS.moveIndex32(usi, 1);