Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dtextlang.h87 static HyphMethod * getMainLangHyphMethod(); // For HyphMan::hyphenate()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dtextlang.cpp304 HyphMethod * TextLangMan::getMainLangHyphMethod() { in getMainLangHyphMethod() function in TextLangMan
H A Dhyphman.cpp256 …return TextLangMan::getMainLangHyphMethod()->hyphenate( str, len, widths, flags, hyphCharWidth, ma… in hyphenate()