Lines Matching full:boundary
1060 if (dp->properties[ Left1+j] == LTS_MAXCHAR) { /*assume an unknown character is a word boundary*/
1079 if (dp->properties[ Right1+j] == LTS_MAXCHAR) { /*assume an unknown character is a word boundary*/
1357 /*means it's a vowel. So, add a syllable boundary. It's position
1405 /*there should already be a syllable boundary before each vowel (add_output put one there)*/
1410 if (strcmp(out, LTS_MARKER_SYLL_START) == 0) { /*means there is a syllable boundary
1492 /* word boundary must be followed by syllable boundary
1493 if no syllable boundary exists after a word boundary, move the first
1494 syllable boundary to after the word boundary */
1502 /* search for first occurance of syllable boundary */
1517 /* put syllable boundary after word boundary */
1742 /*add a phrase boundary after lts is called*/