Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_ucddata.inc36 CHARPROP____(0x1ffu, kNormal, kET, kAL) // U+0023
39 CHARPROP____(0x1ffu, kNormal, kON, kAL) // U+0026
43 CHARPROP____(0x1ffu, kNormal, kON, kAL) // U+002A
62 CHARPROP____(0x1ffu, kNormal, kON, kAL) // U+003D
65 CHARPROP____(0x1ffu, kNormal, kON, kAL) // U+0040
66 CHARPROP____(0x1ffu, kNormal, kL, kAL) // U+0041
67 CHARPROP____(0x1ffu, kNormal, kL, kAL) // U+0042
68 CHARPROP____(0x1ffu, kNormal, kL, kAL) // U+0043
69 CHARPROP____(0x1ffu, kNormal, kL, kAL) // U+0044
70 CHARPROP____(0x1ffu, kNormal, kL, kAL) // U+0045
[all …]
Dfx_unicode.h19 kAL = 5, // Arabic Letter enumerator
53 kAL = 11, enumerator
Dfx_bidi.cpp26 case FX_BIDICLASS::kAL: in AppendChar()
/external/pdfium/xfa/fgas/layout/
Dcfx_char.cpp100 FX_BIDICLASS::kAN, FX_BIDICLASS::kEN, FX_BIDICLASS::kAL,
406 if (eClsCur >= FX_BIDICLASS::kAL) in ResolveNeutrals()
438 eCls >= FX_BIDICLASS::kAL) { in ResolveImplicit()