Searched refs:testinput (Results 1 - 3 of 3) sorted by relevance
/third_party/pcre2/pcre2/ |
H A D | RunTest.bat | 252 set testinput=testinput%1
variable 254 if exist %srcdir%\testdata\win%testinput% (
255 set testinput=wintestinput%1
variable 260 %pcre2test% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% >%2%bits%\%testoutput%
263 echo. %pcre2test% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% ^>%2%bits%\%testoutput%
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nccbtst.c | 1475 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01, 0xd801, 0xffff, 0x0061,}; in TestSub() local 1483 if(!testConvertFromUnicode(testinput, UPRV_LENGTHOF(testinput), in TestSub()
|
H A D | nucnvtst.c | 844 static const UChar testinput[]={ 0x20ac, 0xd801, 0xdc01, 0xdc01 }; in TestNewConvertWithBufferSizes() local 850 testConvertFromU(testinput, UPRV_LENGTHOF(testinput), in TestNewConvertWithBufferSizes()
|
Completed in 18 milliseconds