OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:joining_table
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic-table.hh
18
static const uint8_t
joining_table
[] =
variable
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-table.hh
18
static const uint8_t
joining_table
[] =
variable
[
all
...]
/external/harfbuzz/src/
harfbuzz-arabic.c
325
static const JoiningPair
joining_table
[5][4] =
variable
387
ArabicShape shape =
joining_table
[XIsolated][j].form2;
402
properties[lastPos].shape =
joining_table
[shape][j].form1;
403
shape =
joining_table
[shape][j].form2;
483
properties[lastPos].shape =
joining_table
[shape][JNone].form1;
513
ArabicShape shape =
joining_table
[XIsolated][j].form2;
527
properties[lastPos].shape =
joining_table
[shape][j].form1;
528
shape =
joining_table
[shape][j].form2;
533
properties[lastPos].shape =
joining_table
[shape][JNone].form1;
[
all
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-arabic.c
325
static const JoiningPair
joining_table
[5][4] =
variable
387
ArabicShape shape =
joining_table
[XIsolated][j].form2;
402
properties[lastPos].shape =
joining_table
[shape][j].form1;
403
shape =
joining_table
[shape][j].form2;
483
properties[lastPos].shape =
joining_table
[shape][JNone].form1;
513
ArabicShape shape =
joining_table
[XIsolated][j].form2;
527
properties[lastPos].shape =
joining_table
[shape][j].form1;
528
shape =
joining_table
[shape][j].form2;
533
properties[lastPos].shape =
joining_table
[shape][JNone].form1;
[
all
...]
Completed in 315 milliseconds