Home
last modified time | relevance | path

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

/dports/editors/yudit/yudit-3.0.7/stoolkit/
H A DSCluster.cpp30 SV_UCS4* ret, int* finished, bool isPUA);
207 SV_UCS4* ret, int* finished, bool isPUA) { in getRovasCluster() argument
219 int ligatureType = isPUA ? SD_PUA_ROVAS : SD_ROVASIRAS; in getRovasCluster()
223 int chartype = isPUA ? getPUARovasType (next) : getRovasType (next); in getRovasCluster()