Home
last modified time | relevance | path

Searched refs:s0Length (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp522 int32_t s0Length; in TestGetUnicodeSet2() local
524 cpLimit=s0Length=0x10000; // BMP only in TestGetUnicodeSet2()
527 s0Length=0x10000+0x200000; // BMP + surrogate pairs in TestGetUnicodeSet2()
529 UChar *s0=new UChar[s0Length]; in TestGetUnicodeSet2()
606 flush=(UBool)(s==s0+s0Length); in TestGetUnicodeSet2()
607 …icode(cnv.getAlias(), &t, buffer+sizeof(buffer), (const UChar **)&s, s0+s0Length, NULL, flush, &er… in TestGetUnicodeSet2()