X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/f3c0d7a59d99c2a94c6b8822291f0e42be3773c9..HEAD:/icuSources/test/intltest/strtest.h diff --git a/icuSources/test/intltest/strtest.h b/icuSources/test/intltest/strtest.h index 5462afb2..040c0b0e 100644 --- a/icuSources/test/intltest/strtest.h +++ b/icuSources/test/intltest/strtest.h @@ -39,9 +39,15 @@ private: void Test_U_STRING(); void Test_UNICODE_STRING(); void Test_UNICODE_STRING_SIMPLE(); + void TestUpperOrdinal(); + void TestLowerOrdinal(); void Test_UTF8_COUNT_TRAIL_BYTES(); void TestStringPiece(); void TestStringPieceComparisons(); + void TestStringPieceOther(); +#ifdef U_HAVE_STRING_VIEW + void TestStringPieceStringView(); +#endif void TestByteSink(); void TestCheckedArrayByteSink(); void TestStringByteSink();