Home | History | Annotate | Download | only in i18n

Lines Matching refs:expansion

285 * expansion will be perform as we go along. Adding 1 to ensure that the table
356 * expansion will be perform as we go along. Adding 1 to ensure that the table
434 * @return expansionsize the total expansion size of the pattern
490 // the number of ces minus their expansion, since expansions can come
1217 int32_t expansion = getExpansionPrefix(coleiter);
1218 UBool expandflag = expansion > 0;
1220 while (expansion > 0) {
1222 // since backward contraction/expansion may have extra ces if we
1225 // E.g. the character \u01FA will have an expansion of 3, but if
1227 // have to skip the first ce in the expansion buffer.
1236 expansion --;
1704 // sets the text iterator here with the correct expansion and offset
1860 int32_t expansion = getExpansionPrefix(coleiter);
1861 UBool expandflag = expansion > 0;
1863 while (expansion > 0) {
1865 // since backward contraction/expansion may have extra ces if we
1868 // E.g. the character \u01FA will have an expansion of 3, but if
1870 // have to skip the first ce in the expansion buffer.
1879 expansion --;
2058 int32_t expansion = getExpansionSuffix(coleiter);
2059 UBool expandflag = expansion > 0;
2061 while (U_SUCCESS(*status) && expansion > 0) {
2063 // since forward contraction/expansion may have extra ces
2066 // E.g. the character \u01FA will have an expansion of 3, but if
2068 // last ce in the expansion buffer
2077 expansion --;
2368 // sets the text iterator here with the correct expansion and offset
2498 int32_t expansion = getExpansionSuffix(coleiter);
2499 UBool expandflag = expansion > 0;
2501 while (expansion > 0) {
2503 // since forward contraction/expansion may have extra ces
2506 // E.g. the character \u01FA will have an expansion of 3, but if
2508 // last ce in the expansion buffer
2517 expansion --;
3832 // 2. The last CE that was part of the match is in an expansion that extends
3849 // Check for the start of the match being within an Collation Element Expansion,
4052 // 2. The last CE that was part of the match is in an expansion that extends
4072 // low index, the first CE in the match is in the middle of an expansion.