Home
last modified time | relevance | path

Searched refs:hyphens (Results 1 – 25 of 50) sorted by relevance

12

/external/hyphenation/
Dhyphen.c526 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 …]
Dexample.c66 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 …]
Dhyphen.h101 char *hyphens);
152 const char *word, int word_size, char * hyphens,
163 const char *word, int word_size, char * hyphens,
DREADME.hyphen55 Finally, hyphens are placed wherever odd numbers appear. They are,
/external/webkit/Source/WebCore/platform/text/android/
DHyphenationAndroid.cpp99 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/
DStyleRareInheritedData.cpp65 , hyphens(HyphensManual) in StyleRareInheritedData()
113 , hyphens(o.hyphens) in StyleRareInheritedData()
178 && hyphens == o.hyphens in operator ==()
DStyleRareInheritedData.h98 unsigned hyphens : 2; // Hyphens variable
DRenderStyle.cpp400 || rareInheritedData->hyphens != other->rareInheritedData->hyphens in diff()
858 ASSERT(hyphens() != HyphensNone); in hyphenString()
DRenderStyle.h700 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/
Dhyphens-expected.txt10 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/
Dbr.txt13 Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
/external/hyphenation/patches/
D0001-Ehhance-hyphenation-dictionary-reading-from-characte.patch143 - (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/
DMarkdown Documentation - Basics.text44 "underlining" with equal signs (`=`) and hyphens (`-`), respectively.
124 Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
DMarkdown Documentation - Syntax.text301 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/
DMarkdown Documentation - Basics.text44 "underlining" with equal signs (`=`) and hyphens (`-`), respectively.
124 Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt44 "underlining" with equal signs (`=`) and hyphens (`-`), respectively.
124 Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
Dmarkdown-syntax.txt301 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/
Dwebkit59 -webkit-hyphens
/external/webkit/Source/WebCore/rendering/
DRenderBlockLineLayout.cpp2014 … 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/
DBlocks.txt17 # Note: When comparing block names, casing, whitespace, hyphens,
/external/webkit/Source/WebCore/css/
DCSSPropertyNames.in233 -webkit-hyphens
DCSSValueKeywords.in754 # -webkit-hyphens
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
DPHP Markdown Extra Readme.text109 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/
Dsyntax-toc.txt264 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/
Dcssproperties.in58 -webkit-hyphens

12