Home | History | Annotate | Download | only in i18n

Lines Matching refs:expansion

983                     inChars = FALSE; /* we're now processing expansion */
1012 } else { /* we're doing an expansion */
1184 sourceToken->expansion = src->parsedToken.extensionLen << 24 | src->parsedToken.extensionOffset;
1218 3 Consider each item: relation, source, and expansion: e.g. ...< x / y ...
1228 /* check to see if there is an expansion */
1607 sourceToken->expansion = src->parsedToken.extensionLen << 24 | src->parsedToken.extensionOffset;
1610 if(sourceToken->strength == UCOL_PRIMARY) { /* primary strength kills off the implicit expansion */
1612 } else if(sourceToken->expansionexpansion, implicit is just added to the token */
1613 sourceToken->expansion = expandNext;
1614 } else { /* there is both explicit and implicit expansion. We need to make a combination */
1617 sourceToken->expansion = (uint32_t)(((expandNext >> 24) + src->parsedToken.extensionLen)<<24 | (uint32_t)(src->extraCurrent - src->source));
1623 if(sourceToken->expansion != 0) {
1730 3 Consider each item: relation, source, and expansion: e.g. ...< x / y ...