Lines Matching refs:Hyphenator
18 #include <minikin/Hyphenator.h>
30 Hyphenator* hyphenator = Hyphenator::loadBinary(
35 hyphenator->hyphenate(&result, word.data(), word.size(), usLocale);
37 Hyphenator::loadBinary(nullptr, 2, 2);
44 Hyphenator* hyphenator = Hyphenator::loadBinary(
50 hyphenator->hyphenate(&result, word.data(), word.size(), usLocale);
52 Hyphenator::loadBinary(nullptr, 2, 2);