Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Darabic.c66 #define a_LAM 0x0644 macro
138 {a_LAM, 0xfedd, 0xfedf, 0xfee0, 0xfede},
285 if (one == a_LAM) in arabic_combine()
350 if (A_is_valid(prev_c) && can_join(prev_c, a_LAM) && !prev_laa) in arabic_shape()
/vim-8.2.3635/src/testdir/
H A Dtest_arabic.vim135 let s:a_LAM = "\u0644"
355 \ [s:a_LAM, s:a_f_GHAIN, s:a_i_LAM],
407 \ [s:a_LAM, s:a_s_LAM],
458 \[s:a_LAM, s:a_f_GHAIN, s:a_m_LAM, s:a_i_BEH],
510 \[s:a_LAM, s:a_f_LAM, s:a_i_BEH],
537 " The test char is a composing char, put on s:a_LAM.
538 call setline(1, ' ' . s:a_LAM . pair[0] . s:a_BEH)
557 " The test char is a composing char, put on s:a_LAM.
558 call setline(1, ' ' . s:a_LAM . pair[0] . ' ')