Searched refs:grapheme (Results 1 – 25 of 31) sorted by relevance
12
/external/ImageMagick/MagickCore/ |
D | annotate.c | 1068 GraphemeInfo **grapheme,ExceptionInfo *exception) in ComplexTextLayout() argument 1133 *grapheme=(GraphemeInfo *) AcquireQuantumMemory(extent,sizeof(**grapheme)); in ComplexTextLayout() 1134 if (*grapheme == (GraphemeInfo *) NULL) in ComplexTextLayout() 1141 (*grapheme)[i].index=glyphs[i].index; in ComplexTextLayout() 1142 (*grapheme)[i].x_offset=glyphs[i].x_offset; in ComplexTextLayout() 1143 (*grapheme)[i].x_advance=glyphs[i].x_advance; in ComplexTextLayout() 1144 (*grapheme)[i].y_offset=glyphs[i].y_offset; in ComplexTextLayout() 1145 (*grapheme)[i].cluster=glyphs[i].cluster; in ComplexTextLayout() 1170 *grapheme=(GraphemeInfo *) AcquireQuantumMemory(length+1,sizeof(**grapheme)); in ComplexTextLayout() 1171 if (*grapheme == (GraphemeInfo *) NULL) in ComplexTextLayout() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/ |
D | grapheme.txt | 6 # file: grapheme.txt 14 type = grapheme; # one of grapheme | word | line | sentence
|
D | sentence.txt | 8 type = sentence; # one of grapheme | word | line | sentence
|
D | word.txt | 14 type = word; # one of grapheme | word | line | sentence
|
D | word_POSIX.txt | 13 type = word; # one of grapheme | word | line | sentence
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/ |
D | grapheme.txt | 6 # file: grapheme.txt 14 type = grapheme; # one of grapheme | word | line | sentence
|
D | sentence.txt | 8 type = sentence; # one of grapheme | word | line | sentence
|
D | word.txt | 14 type = word; # one of grapheme | word | line | sentence
|
D | word_POSIX.txt | 13 type = word; # one of grapheme | word | line | sentence
|
/external/icu/icu4c/source/test/testdata/break_rules/ |
D | grapheme.txt | 6 # file: grapheme.txt 14 type = grapheme; # one of grapheme | word | line | sentence
|
D | sentence.txt | 8 type = sentence; # one of grapheme | word | line | sentence
|
D | word_POSIX.txt | 13 type = word; # one of grapheme | word | line | sentence
|
D | word.txt | 14 type = word; # one of grapheme | word | line | sentence
|
/external/icu/icu4c/source/data/brkitr/ |
D | root.txt | 6 grapheme:process(dependency){"char.brk"}
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | char.txt | 59 # GB 9a (only for extended grapheme clusters)
|
/external/cldr/tools/c/genldml/resources/ |
D | root.txt | 498 "{0}<grapheme class=\"{1}\">\n" 501 "{0}</grapheme>\n"
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | il | 294 …key <AD10> { [ hebrew_pe, hebrew_finalpe, VoidSymbol, U034F ] }; //pe final pe - c. grapheme …
|
/external/pcre/dist2/ |
D | ChangeLog | 112 scripts and characters, this involved re-jigging the grapheme break property 206 2. Replace the replicated code for matching extended Unicode grapheme sequences 554 49. Update extended grapheme breaking rules to the latest set that are in
|
D | HACKING | 413 OP_EXTUNI match an extended Unicode grapheme cluster
|
/external/pcre/dist2/testdata/ |
D | testinput7 | 1726 # These are tests for extended grapheme clusters
|
D | testinput4 | 1528 # These are tests for extended grapheme clusters
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 6526 \X a Unicode extended grapheme cluster 6658 Extended grapheme clusters 6661 "extended grapheme cluster", and treats the sequence as an atomic group 6663 giving each character a grapheme breaking property, and having rules 6664 that use these properties to define the boundaries of extended grapheme 6688 always have the "extend" grapheme breaking property. 7546 larly, \X{3} matches three Unicode extended grapheme clusters, each of 10014 \X a Unicode extended grapheme cluster
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | rbbitst.txt | 155 # Plain Vanilla grapheme clusters
|
/external/icu/icu4c/source/test/testdata/ |
D | rbbitst.txt | 155 # Plain Vanilla grapheme clusters
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | rbbitst.txt | 155 # Plain Vanilla grapheme clusters
|
12