OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dottedcircle
(Results
1 - 11
of
11
) sorted by null
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/misc/
MANIFEST
0
dottedcircle
.txt
/external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.rl
53
DOTTEDCIRCLE
= 12;
73
place_holder = PLACEHOLDER |
DOTTEDCIRCLE
;
82
standalone_cluster = (Repha? PLACEHOLDER | reph?
DOTTEDCIRCLE
).n? (halant_group.cn){0,4} medial_group halant_or_matra_group syllable_tail;
hb-ot-shape-complex-sea.cc
297
hb_glyph_info_t
dottedcircle
= {0};
298
dottedcircle
.codepoint = 0x25CCu;
299
set_sea_properties (
dottedcircle
);
300
dottedcircle
.codepoint = dottedcircle_glyph;
314
hb_glyph_info_t info =
dottedcircle
;
hb-ot-shape-complex-myanmar.cc
470
hb_glyph_info_t
dottedcircle
= {0};
471
dottedcircle
.codepoint = 0x25CCu;
472
set_myanmar_properties (
dottedcircle
);
473
dottedcircle
.codepoint = dottedcircle_glyph;
487
hb_glyph_info_t info =
dottedcircle
;
hb-ot-shape.cc
246
hb_glyph_info_t
dottedcircle
;
247
dottedcircle
.codepoint = 0x25CCu;
248
_hb_glyph_info_set_unicode_props (&
dottedcircle
, buffer->unicode);
253
hb_glyph_info_t info =
dottedcircle
;
hb-ot-shape-complex-indic.cc
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-sea.cc
294
hb_glyph_info_t
dottedcircle
= {0};
295
dottedcircle
.codepoint = 0x25CC;
296
set_sea_properties (
dottedcircle
);
297
dottedcircle
.codepoint = dottedcircle_glyph;
311
hb_glyph_info_t info =
dottedcircle
;
hb-ot-shape-complex-myanmar.cc
475
hb_glyph_info_t
dottedcircle
= {0};
476
dottedcircle
.codepoint = 0x25CC;
477
set_myanmar_properties (
dottedcircle
);
478
dottedcircle
.codepoint = dottedcircle_glyph;
492
hb_glyph_info_t info =
dottedcircle
;
hb-ot-shape.cc
244
hb_glyph_info_t
dottedcircle
;
245
dottedcircle
.codepoint = 0x25CC;
246
_hb_glyph_info_set_unicode_props (&
dottedcircle
, buffer->unicode);
251
hb_glyph_info_t info =
dottedcircle
;
hb-ot-shape-complex-indic.cc
[
all
...]
/external/harfbuzz_ng/test/shaping/
hb_test_tools.py
300
if any (l.find("
dottedcircle
") >= 0 for l in lines if l[0] == '+'): return True
Completed in 305 milliseconds