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

  /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/hyphenation/
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...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 700 Hyphens hyphens() const { return static_cast<Hyphens>(rareInheritedData->hyphens); } function in class:WebCore::RenderStyle
    [all...]

Completed in 2203 milliseconds