Home
last modified time | relevance | path

Searched defs:inputTest (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dnccbtst.c270 static const UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestSkip() local
1126 static const UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestStop() local
1397 static const UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestSub() local
1825 static const UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestSubWithValue() local
H A Dncnvtst.c948 UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestWithBufferSize() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dnccbtst.c274 static const UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestSkip() local
1130 static const UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestStop() local
1401 static const UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestSub() local
1829 static const UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestSubWithValue() local
H A Dncnvtst.c960 UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestWithBufferSize() local
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/demos/
H A Dtestcurs.c330 void inputTest(WINDOW *win) in inputTest() function