Searched refs:piW (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/xmllite/ |
H A D | writer.c | 729 …static const WCHAR piW[] = {0xfeff,'<','?','x','m','l',' ','v','e','r','s','i','o','n','=','"','1'… in test_bom() local 784 CHECK_OUTPUT_RAW(stream, piW, sizeof(piW)); in test_bom()
|
/reactos/dll/win32/xmllite/ |
H A D | reader.c | 98 static const WCHAR piW[] = {'<','?',0}; variable 1770 else if (!reader_cmp(reader, piW)) in reader_parse_misc() 2545 if (!reader_cmp(reader, piW)) in reader_parse_content()
|