Searched refs:cWalk (Results 1 – 1 of 1) sorted by relevance
1656 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() local1676 for (cWalk = 0; cWalk < *pcChars; cWalk++) in DecomposeVowels()1680 if (pwOutChars[cWalk] == vowels[i].base) in DecomposeVowels()1697 int cWalk; in ComposeConsonants() local1699 for (cWalk = 0; cWalk < *pcChars; cWalk += 2) in ComposeConsonants()[all …]