Home
last modified time | relevance | path

Searched refs:ldoc (Results 1 – 1 of 1) sorted by relevance

/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx5989 size_t ldoc = (c - methods[i].ml_doc); in SWIG_Python_FixMethods() local
5991 char *ndoc = (char*)malloc(ldoc + lptr + 10); in SWIG_Python_FixMethods()
5996 strncpy(buff, methods[i].ml_doc, ldoc); in SWIG_Python_FixMethods()
5997 buff += ldoc; in SWIG_Python_FixMethods()