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

  /external/hyphenation/
hyphen.h 100 const char *word, int word_size,
112 word_size: byte length of the input word
114 hyphens: allocated character buffer (size = word_size + 5)
115 hyphenated_word: allocated character buffer (size ~ word_size * 2) or NULL
117 (size=word_size) or with NULL value) or NULL
138 Note: hnj_hyphen_hyphenate2() can allocate rep, pos, cut (word_size
152 const char *word, int word_size, char * hyphens,
163 const char *word, int word_size, char * hyphens,
hyphen.c 525 const char *word, int word_size,
537 if (word_size + 3 < MAX_WORD)
540 prep_word = hnj_malloc (word_size + 3);
545 for (i = 0; i < word_size; i++)
638 for (; i < word_size; i++)
640 hyphens[word_size] = '\0';
660 int hnj_hyphen_lhmin(int utf8, const char *word, int word_size, char * hyphens,
682 int hnj_hyphen_rhmin(int utf8, const char *word, int word_size, char * hyphens,
686 int j = word_size - 2;
706 int hnj_hyphen_hyph_(HyphenDict *dict, const char *word, int word_size,
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimemagic.c 82 unsigned int word_size; member in struct:XdgMimeMagicMatchlet
113 matchlet->word_size = 1;
440 matchlet->word_size = _xdg_mime_magic_read_a_number (magic_file, &end_of_file);
446 if (matchlet->word_size != 0 &&
447 matchlet->word_size != 1 &&
448 matchlet->word_size != 2 &&
449 matchlet->word_size != 4)
477 if (matchlet->word_size > 1)
480 if (matchlet->value_length % matchlet->word_size != 0)
487 for (i = 0; i < matchlet->value_length; i = i + matchlet->word_size)
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc     [all...]

Completed in 225 milliseconds