Lines Matching refs:decimal
52 // Try with hex, not just decimal entities
58 // Large decimal entity, converting from non-ASCII input encoding
88 test("10 digits for decimal entity", "A", "A", [0, 0xFFFF, 0, 0xFFFF], 'ASCII');
89 test("More than 10 digits for decimal entity", "¥", "¥", [0, 0xFFFF, 0, 0…
110 test("Starting entity immediately after decimal entity which is too long", "�A", "&…
114 testNonAscii("Starting entity immediately after valid decimal entity which is just within maximum l…
118 test("Starting entity immediately after invalid decimal entity", "�A", "�A", [0x1, 0xFFFF, …
121 test("Starting entity immediately after too-big decimal entity", "�A", "�…
143 // First try invalid decimal/hex entities
148 // Now try valid decimal/hex entities
192 10 digits for decimal entity: string(13) "A" => string(1) "A" (Good)
193 More than 10 digits for decimal entity: string(14) "¥" => string(14) "¥" …
203 Starting entity immediately after decimal entity which is too long: string(18) "�A"…
205 Starting entity immediately after valid decimal entity which is just within maximum length: 0000002…
207 Starting entity immediately after invalid decimal entity: string(8) "�A" => string(4) "�A" …
209 Starting entity immediately after too-big decimal entity: string(17) "�A" => string(…