Home | History | Annotate | Download | only in ttsdebug

Lines Matching refs:charIndex

69             if (evt.charIndex != 0) {
70 errors.push('Error: start event should have a charIndex of 0.');
77 if (evt.charIndex != 30) {
78 errors.push('Error: end event should have a charIndex of 30.');
317 if (evt.charIndex > 0 && evt.charIndex < 62) {
320 if (evt.charIndex < min || evt.charIndex > max) {
321 errors.push('Got word at charIndex ' + evt.charIndex + ', ' +
322 'was expecting next word callback charIndex ' +
328 errors.push('Word at charIndex ' + evt.charIndex +
332 errors.push('Word at charIndex ' + evt.charIndex +
341 if (evt.charIndex > 0 && evt.charIndex < 62) {
344 if (evt.charIndex < min || evt.charIndex > max) {
345 errors.push('Got sentence at charIndex ' + evt.charIndex +
346 ', was expecting next callback charIndex ' +
351 errors.push('Sentence at charIndex ' + evt.charIndex +
355 errors.push('Sentence at charIndex ' + evt.charIndex +