Home
last modified time | relevance | path

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

/aosp_15_r20/external/libjpeg-turbo/
H A Dtjunittest.c603 static void overflowTest(void) in overflowTest() function
1170 overflowTest(); in main()
/aosp_15_r20/external/icu/icu4j/main/charset/src/test/java/com/ibm/icu/dev/test/charset/
H A DTestCharset.java5439 ByteBuffer overflowTest = ByteBuffer.wrap(allFeaturesSCSU); in TestSCSUConverter() local
5444 overflowTest.position(0); in TestSCSUConverter()
5445 …smBufDecode(decode, "SCSU overflow test", overflowTest, CharBuffer.allocate(sizes[i]), true, false… in TestSCSUConverter()