Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dtranslate.cpp547 int word_copy_length; in TranslateWord3() local
608 word_copy_length = wordx - word_start; in TranslateWord3()
609 if (word_copy_length >= N_WORD_BYTES) in TranslateWord3()
610 word_copy_length = N_WORD_BYTES-1; in TranslateWord3()
611 memcpy(word_copy2, word_start, word_copy_length); in TranslateWord3()
1153 memcpy(word_start, word_copy2, word_copy_length); in TranslateWord3()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dtranslate.cpp846 int word_copy_length; in TranslateWord() local
911 word_copy_length = wordx - word_start; in TranslateWord()
912 if(word_copy_length >= N_WORD_BYTES) in TranslateWord()
913 word_copy_length = N_WORD_BYTES-1; in TranslateWord()
914 memcpy(word_copy2, word_start, word_copy_length); in TranslateWord()
1651 memcpy(word_start, word_copy2, word_copy_length); in TranslateWord()