/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/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleRareInheritedData.cpp | 73 , hyphens(HyphensManual) 125 , hyphens(o.hyphens) 193 && hyphens == o.hyphens
|
StyleRareInheritedData.h | 91 unsigned hyphens : 2; // Hyphens
|
RenderStyle.cpp | 464 || rareInheritedData->hyphens != other->rareInheritedData->hyphens [all...] |
RenderStyle.h | [all...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
regexp-ranges-and-escaped-hyphens.js | 32 // range it is no longer a range - hyphens should now match, two should not. 46 // hyphens are normal charaters if a range is not fully specified.
|
/frameworks/ex/variablespeed/jni/ |
Android.mk | 19 # TODO: Change module name to use underscores not hyphens.
|
/external/chromium_org/chrome/third_party/chromevox/closure/ |
base.js | [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...] |