Lines Matching defs:expansion

287 * expansion will be perform as we go along. Adding 1 to ensure that the table
362 * expansion will be perform as we go along. Adding 1 to ensure that the table
444 * @return expansionsize the total expansion size of the pattern
500 // the number of ces minus their expansion, since expansions can come
1193 int32_t expansion = getExpansionPrefix(coleiter);
1194 UBool expandflag = expansion > 0;
1196 while (expansion > 0) {
1198 // since backward contraction/expansion may have extra ces if we
1201 // E.g. the character \u01FA will have an expansion of 3, but if
1203 // have to skip the first ce in the expansion buffer.
1212 expansion --;
1680 // sets the text iterator here with the correct expansion and offset
1836 int32_t expansion = getExpansionPrefix(coleiter);
1837 UBool expandflag = expansion > 0;
1839 while (expansion > 0) {
1841 // since backward contraction/expansion may have extra ces if we
1844 // E.g. the character \u01FA will have an expansion of 3, but if
1846 // have to skip the first ce in the expansion buffer.
1855 expansion --;
2034 int32_t expansion = getExpansionSuffix(coleiter);
2035 UBool expandflag = expansion > 0;
2037 while (U_SUCCESS(*status) && expansion > 0) {
2039 // since forward contraction/expansion may have extra ces
2042 // E.g. the character \u01FA will have an expansion of 3, but if
2044 // last ce in the expansion buffer
2053 expansion --;
2344 // sets the text iterator here with the correct expansion and offset
2474 int32_t expansion = getExpansionSuffix(coleiter);
2475 UBool expandflag = expansion > 0;
2477 while (expansion > 0) {
2479 // since forward contraction/expansion may have extra ces
2482 // E.g. the character \u01FA will have an expansion of 3, but if
2484 // last ce in the expansion buffer
2493 expansion --;
3867 // If lowIndex==highIndex, either the CE resulted from an expansion/decomposition of one of the original text
3937 // 2. The last CE that was part of the match is in an expansion that extends
3963 // If lowIndex == highIndex, this target CE is part of an expansion of the last matched
3968 // Else the target CE is not part of an expansion of the last matched element, match succeeds
4001 // a part of expansion. In this case, the index is located just after the
4221 // low index, the first CE in the match is in the middle of an expansion.
4236 // 2. The last CE that was part of the match is in an expansion that extends