Lines Matching refs:EN

8197   EN,
8233 {0x2e, 0x2f, direction::CS}, {0x30, 0x39, direction::EN},
8243 {0xb2, 0xb3, direction::EN}, {0xb4, 0xb4, direction::ON},
8245 {0xb9, 0xb9, direction::EN}, {0xba, 0xba, direction::L},
8284 {0x6f0, 0x6f9, direction::EN}, {0x6fa, 0x70d, direction::AL},
8533 {0x2070, 0x2070, direction::EN}, {0x2071, 0x2071, direction::L},
8534 {0x2074, 0x2079, direction::EN}, {0x207a, 0x207b, direction::ES},
8536 {0x2080, 0x2089, direction::EN}, {0x208a, 0x208b, direction::ES},
8558 {0x2460, 0x2487, direction::ON}, {0x2488, 0x249b, direction::EN},
8675 {0xff0e, 0xff0f, direction::CS}, {0xff10, 0xff19, direction::EN},
8694 {0x102e0, 0x102e0, direction::NSM}, {0x102e1, 0x102fb, direction::EN},
8886 {0x1d7ce, 0x1d7ff, direction::EN}, {0x1d800, 0x1d9ff, direction::L},
8924 {0x1f100, 0x1f10a, direction::EN}, {0x1f10b, 0x1f10f, direction::ON},
8943 {0x1fbf0, 0x1fbf9, direction::EN}, {0x20000, 0x2a6dd, direction::L},
9429 // AN, EN, ES, CS, ET, ON, BN, or NSM are allowed.
9432 // Bidi property R, AL, EN, or AN, followed by zero or more
9435 // 4. In an RTL label, if an EN is present, no AN may be present, and
9438 // 5. In an LTR label, only characters with the Bidi properties L, EN,
9442 // Bidi property L or EN, followed by zero or more characters with
9461 // In an LTR label, only characters with the Bidi properties L, EN,
9465 if (!(d == direction::L || d == direction::EN || d == direction::ES ||
9472 !(d == direction::L || d == direction::EN)) {
9487 // In an RTL label, if an EN is present, no AN may be present, and vice
9489 if ((d == direction::EN && ((has_en = true) && has_an)) ||
9495 d == direction::EN || d == direction::ES || d == direction::CS ||
9503 d == direction::EN)) {