Home | History | Annotate | Download | only in intltest

Lines Matching defs:usi

442         int32_t  usi = 0;    // UnicodeString postion, utf-16 index.
449 usc = targetUS.char32At(usi);
454 TEST_ASSERT(uti == usi);
456 usi = targetUS.moveIndex32(usi, 1);
518 int32_t usi = 0; // UnicodeString postion, utf-16 index.
526 usc = targetUS.char32At(usi);
531 TEST_ASSERT(uti == usi);
533 usi = targetUS.moveIndex32(usi, 1);