Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
f2e30d0c448b9754d0d4daa901b51fbbf4c30747
/
.
/
src
/
proto
/
arabic.pro
blob: c93e24650b1970213f6be0fe29a4b78a73c005b1 [
file
] [
log
] [
blame
]
/* arabic.c */
int
arabic_maycombine
(
int
two
);
int
arabic_combine
(
int
one
,
int
two
);
int
arabic_shape
(
int
c
,
int
*
ccp
,
int
*
c1p
,
int
prev_c
,
int
prev_c1
,
int
next_c
);
/* vim: set ft=c : */