HomeSort by relevance Sort by last modified time
    Searched refs:hyphens (Results 1 - 17 of 17) sorted by null

  /external/hyphenation/
hyphen.h 101 char *hyphens);
114 hyphens: allocated character buffer (size = word_size + 5)
120 hyphens: hyphenation vector (hyphenation points signed with odd numbers)
121 hyphenated_word: hyphenated input word (hyphens signed with `='),
130 Note: rep, pos, cut are complementary arrays to the hyphens, indexed with the
144 char hyphens[MAXWORDLEN];
145 hnj_hyphen_hyphenate2(dict, "example", 7, hyphens, NULL, &rep, &pos, &cut);
152 const char *word, int word_size, char * hyphens,
163 const char *word, int word_size, char * hyphens,
example.c 66 char *hyphens; local
130 hyphens = (char *)malloc(k+5);
149 if ((!optd && hnj_hyphen_hyphenate(dict, lcword, n-1, hyphens)) ||
150 (optd && hnj_hyphen_hyphenate2(dict, lcword, n-1, hyphens, hword, &rep, &pos, &cut))) {
151 free(hyphens);
158 /* now backfill hyphens[] for any removed periods */
159 for (c = n; c < k; c++) hyphens[c] = '0';
160 hyphens[k] = '\0';
163 /* count the hyphens and allocate space for the new hypehanted string */
166 if (hyphens[i]&1
    [all...]
hyphen.c 526 char *hyphens)
552 hyphens[i] = '0';
614 if (hyphens[offset + k] < match[k])
615 hyphens[offset + k] = match[k];
626 putchar (hyphens[i]);
632 if (hyphens[i + 1] & 1)
633 hyphens[i] = '-';
635 hyphens[i] = hyphens[i + 1];
637 hyphens[0] = '0'
    [all...]
  /external/webkit/Source/WebCore/platform/text/android/
HyphenationAndroid.cpp 99 char hyphens[maxWordLen + extraBuffer]; local
100 if (!hnj_hyphen_hyphenate(dict, word, wordLength, hyphens)) {
102 if (hyphens[i] & 1)
  /external/webkit/Source/WebCore/rendering/style/
StyleRareInheritedData.cpp 54 , hyphens(HyphensManual)
90 , hyphens(o.hyphens)
144 && hyphens == o.hyphens
StyleRareInheritedData.h 87 unsigned hyphens : 2; // Hyphens
RenderStyle.cpp 400 || rareInheritedData->hyphens != other->rareInheritedData->hyphens
    [all...]
RenderStyle.h 700 Hyphens hyphens() const { return static_cast<Hyphens>(rareInheritedData->hyphens); } function in class:WebCore::RenderStyle
    [all...]
  /frameworks/ex/variablespeed/jni/
Android.mk 19 # TODO: Change module name to use underscores not hyphens.
  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 233 -webkit-hyphens
CSSPrimitiveValueMappings.h     [all...]
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 365 milliseconds