Home
last modified time | relevance | path

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

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