HomeSort by relevance Sort by last modified time
    Searched full:grapheme_break_property (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz/contrib/tables/
grapheme-break-parse.py 29 print >>outfile, 'struct grapheme_break_property {'
34 print >>outfile, 'static const struct grapheme_break_property grapheme_break_properties[] = {'
grapheme-break-properties.h 9 struct grapheme_break_property { struct
15 static const struct grapheme_break_property grapheme_break_properties[] = {
    [all...]
  /external/harfbuzz/contrib/
harfbuzz-unicode.c 213 const struct grapheme_break_property *candidate = vcandidate;
228 sizeof(struct grapheme_break_property),
233 return ((const struct grapheme_break_property *) vprop)->klass;

Completed in 50 milliseconds