Home
last modified time | relevance | path

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

/reactos/dll/win32/usp10/
H A Dshape.c1656 pwOutChars[cWalk] = replacements[0]; in ReplaceInsertChars()
1657 cWalk=cWalk+1; in ReplaceInsertChars()
1663 for (j = *pcChars; j > cWalk; j--) in ReplaceInsertChars()
1666 pwOutChars[cWalk] = replacements[i]; in ReplaceInsertChars()
1667 cWalk = cWalk+1; in ReplaceInsertChars()
1674 int cWalk; in DecomposeVowels() local
1676 for (cWalk = 0; cWalk < *pcChars; cWalk++) in DecomposeVowels()
1680 if (pwOutChars[cWalk] == vowels[i].base) in DecomposeVowels()
1697 int cWalk; in ComposeConsonants() local
1699 for (cWalk = 0; cWalk < *pcChars; cWalk += 2) in ComposeConsonants()
[all …]