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

  /external/hyphenation/patches/
0001-Ehhance-hyphenation-dictionary-reading-from-characte.patch 81 + HyphenDict *dict = hnj_hyphen_load_from_buffer(addr, sb.st_size);
89 +hnj_hyphen_load_from_buffer (const char *dict_contents, int dict_length)
157 +HyphenDict *hnj_hyphen_load_from_buffer (const char *dict_contents,
  /external/webkit/Source/WebCore/platform/text/android/
HyphenationAndroid.cpp 53 HyphenDict* dict = hnj_hyphen_load_from_buffer(dictContents.data(),
  /external/hyphenation/
hyphen.h 94 HyphenDict *hnj_hyphen_load_from_buffer (const char *dict_contents,
hyphen.c 272 HyphenDict *dict = hnj_hyphen_load_from_buffer(addr, sb.st_size);
280 hnj_hyphen_load_from_buffer (const char *dict_contents, int dict_length) function
    [all...]

Completed in 77 milliseconds