Home | History | Annotate | Download | only in i18n

Lines Matching full:contractions

1951         /* attempt to handle contractions, after removal of the backwards
2717 /* This function handles the special CEs like contractions, expansions, surrogates, Thai */
2729 // This loop will repeat only in the case of contractions, and only when a contraction
2807 /* This should handle contractions */
2961 // The problem is that for incomplete contractions we have to remember the previous
3373 * This function handles the special CEs like contractions, expansions,
3394 /* the only ces that loops are thai and contractions */
3497 overlapping contractions will not occur.
6860 // F2 is contraction. We do something very similar to contractions
6863 // many contractions (this should work for latin-1 tables).
8152 * It supports contractions of size two, French secondaries
8178 UBool haveContractions = FALSE; // if we have contractions in our string
8205 // specials can basically be either contractions or bail-out signs. If we get anything
8209 haveContractions = TRUE; // if there are contractions, we cannot do French secondary
8210 // However, if there are contractions in the table, but we always use just one char,
8303 // check for that. We also know that we only have contractions as
8354 if(haveContractions) { // if we have contractions, we have to bail out
8369 // don't even look for contractions
8382 // don't even look for contractions