/external/hyphenation/ |
D | hyphen.c | 526 char *hyphens) in hnj_hyphen_hyphenate() argument 552 hyphens[i] = '0'; in hnj_hyphen_hyphenate() 614 if (hyphens[offset + k] < match[k]) in hnj_hyphen_hyphenate() 615 hyphens[offset + k] = match[k]; in hnj_hyphen_hyphenate() 626 putchar (hyphens[i]); in hnj_hyphen_hyphenate() 632 if (hyphens[i + 1] & 1) in hnj_hyphen_hyphenate() 633 hyphens[i] = '-'; in hnj_hyphen_hyphenate() 635 hyphens[i] = hyphens[i + 1]; in hnj_hyphen_hyphenate() 637 hyphens[0] = '0'; in hnj_hyphen_hyphenate() 639 hyphens[i] = '0'; in hnj_hyphen_hyphenate() [all …]
|
D | example.c | 66 char *hyphens; in main() local 130 hyphens = (char *)malloc(k+5); in main() 149 if ((!optd && hnj_hyphen_hyphenate(dict, lcword, n-1, hyphens)) || in main() 150 (optd && hnj_hyphen_hyphenate2(dict, lcword, n-1, hyphens, hword, &rep, &pos, &cut))) { in main() 151 free(hyphens); in main() 159 for (c = n; c < k; c++) hyphens[c] = '0'; in main() 160 hyphens[k] = '\0'; in main() 166 if (hyphens[i]&1) in main() 172 if (hyphens[i]&1) { in main() 182 if (optdd) single_hyphenations(lcword, hyphens, rep, pos, cut, dict->utf8); in main() [all …]
|
D | hyphen.h | 101 char *hyphens); 152 const char *word, int word_size, char * hyphens, 163 const char *word, int word_size, char * hyphens,
|
D | README.hyphen | 55 Finally, hyphens are placed wherever odd numbers appear. They are,
|
/external/webkit/Source/WebCore/platform/text/android/ |
D | HyphenationAndroid.cpp | 99 char hyphens[maxWordLen + extraBuffer]; in lastHyphenLocation() local 100 if (!hnj_hyphen_hyphenate(dict, word, wordLength, hyphens)) { in lastHyphenLocation() 102 if (hyphens[i] & 1) in lastHyphenLocation()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | StyleRareInheritedData.cpp | 65 , hyphens(HyphensManual) in StyleRareInheritedData() 113 , hyphens(o.hyphens) in StyleRareInheritedData() 178 && hyphens == o.hyphens in operator ==()
|
D | StyleRareInheritedData.h | 98 unsigned hyphens : 2; // Hyphens variable
|
D | RenderStyle.cpp | 400 || rareInheritedData->hyphens != other->rareInheritedData->hyphens in diff() 858 ASSERT(hyphens() != HyphensNone); in hyphenString()
|
D | RenderStyle.h | 700 Hyphens hyphens() const { return static_cast<Hyphens>(rareInheritedData->hyphens); } in hyphens() function 1074 void setHyphens(Hyphens h) { SET_VAR(rareInheritedData, hyphens, h); } in setHyphens()
|
/external/webkit/LayoutTests/platform/android/fast/text/ |
D | hyphens-expected.txt | 10 text run at (0,4) width 118: "hyphens: manual" 12 text run at (118,0) width 157: " without soft hyphens" 36 text run at (0,4) width 103: "hyphens: none" 38 text run at (103,0) width 133: " with soft hyphens" 64 text run at (0,4) width 118: "hyphens: manual" 66 text run at (118,0) width 133: " with soft hyphens" 94 text run at (0,4) width 103: "hyphens: auto" 96 text run at (103,0) width 157: " without soft hyphens"
|
/external/markdown/tests/misc/ |
D | br.txt | 13 Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
|
/external/hyphenation/patches/ |
D | 0001-Ehhance-hyphenation-dictionary-reading-from-characte.patch | 143 - (hyphens[i]&1 || (begin > 0 && i + 1 == word_size)) { 145 + if (hyphens[i]&1 || (begin > 0 && i + 1 == word_size)) {
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Basics.text | 44 "underlining" with equal signs (`=`) and hyphens (`-`), respectively. 124 Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
|
D | Markdown Documentation - Syntax.text | 301 Unordered lists use asterisks, pluses, and hyphens -- interchangably 525 more hyphens, asterisks, or underscores on a line by themselves. If you 526 wish, you may use spaces between the hyphens or asterisks. Each of the
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Basics.text | 44 "underlining" with equal signs (`=`) and hyphens (`-`), respectively. 124 Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
|
/external/markdown/tests/markdown-test/ |
D | markdown-documentation-basics.txt | 44 "underlining" with equal signs (`=`) and hyphens (`-`), respectively. 124 Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
|
D | markdown-syntax.txt | 301 Unordered lists use asterisks, pluses, and hyphens -- interchangably 525 more hyphens, asterisks, or underscores on a line by themselves. If you 526 wish, you may use spaces between the hyphens or asterisks. Each of the
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/ |
D | webkit | 59 -webkit-hyphens
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlockLineLayout.cpp | 2014 … bool canHyphenate = style->hyphens() == HyphensAuto && WebCore::canHyphenate(style->locale()); in findNextLineBreak() 2049 … if (c == softHyphen && autoWrap && !hyphenWidth && style->hyphens() != HyphensNone) { in findNextLineBreak() 2070 …(lineBreakIteratorInfo.second, pos, nextBreakable, breakNBSP) && (style->hyphens() != HyphensNone … in findNextLineBreak() 2139 …ext(lBreak.m_obj)->characters()[lBreak.m_pos - 1] == softHyphen && style->hyphens() != HyphensNone) in findNextLineBreak() 2248 …ext(lBreak.m_obj)->characters()[lBreak.m_pos - 1] == softHyphen && style->hyphens() != HyphensNone) in findNextLineBreak()
|
/external/icu4c/data/unidata/ |
D | Blocks.txt | 17 # Note: When comparing block names, casing, whitespace, hyphens,
|
/external/webkit/Source/WebCore/css/ |
D | CSSPropertyNames.in | 233 -webkit-hyphens
|
D | CSSValueKeywords.in | 754 # -webkit-hyphens
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | PHP Markdown Extra Readme.text | 109 and does not convert multiple hyphens (`--` and `---`) into en- and 439 Here are two hyphens: \\-- 443 Here are two hyphens: \--
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 264 Unordered lists use asterisks, pluses, and hyphens -- interchangably 488 more hyphens, asterisks, or underscores on a line by themselves. If you 489 wish, you may use spaces between the hyphens or asterisks. Each of the
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
D | cssproperties.in | 58 -webkit-hyphens
|