Home
last modified time | relevance | path

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

/iconvdata/
A Dbug-iconv11.c83 #define DATA(s) { s, sizeof s - 1 } in do_test() macro
89 DATA ("\x0e"), // <SI> (not redundant) in do_test()
90 DATA ("\x0f"), // <S0> (redundant with initial state) in do_test()
91 DATA ("\x0e\x0e"), // <SI><SI> in do_test()
92 DATA ("\x0e\x0f\x0f"), // <SI><SO><SO> in do_test()
93 DATA ("\x0f\x0f"), // <SO><SO> in do_test()
94 DATA ("\x0f\x0e\x0e"), // <SO><SI><SI> in do_test()
95 DATA ("\x0e\x0f\xc7\x0f"), // <SI><SO><G><SO> in do_test()
96 DATA ("\xc7\x0f") // <G><SO> (redundant with initial state) in do_test()

Completed in 3 milliseconds