Home
last modified time | relevance | path

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

/dports/chinese/libime/libime-1.0.9/src/libime/pinyin/
H A Dpinyinencoder.h190 using MatchedPinyinSyllables = std::vector< variable
244 static MatchedPinyinSyllables stringToSyllables(std::string_view pinyin,
246 static MatchedPinyinSyllables
H A Dpinyinencoder.cpp575 MatchedPinyinSyllables
631 MatchedPinyinSyllables
H A Dpinyincontext.cpp458 MatchedPinyinSyllables syls; in preeditWithCursor()
H A Dpinyindictionary.cpp242 const MatchedPinyinSyllables &syls) { in traverseAlongPathOneStepBySyllables()