Home | History | Annotate | Download | only in i18n

Lines Matching defs:continuation

4140 /* This function is used to reverse parts of a buffer. We need this operation when doing continuation */
4733 if(primary1 != 0) { /* we need to check this since we could be in continuation */
4766 } else { /* we are in continuation, so we're gonna add primary to the key don't care about compression */
4801 /* We need to get continuation elements and do intermediate restore */
4923 // If there are any unresolved continuation secondaries,
5100 } else { /* we are in continuation, so we're gonna add primary to the key don't care about compression */
5319 * 5, 6 - French continuation bytes written. See the comment in the enum
5364 // number of bytes in the continuation buffer for French
5662 if(isContinuation(CE)) { // if it's a continuation, we want to save it and
5663 // reverse when we get a first non-continuation CE.
6070 // Store number of bytes written in the French secondary continuation sequence
6168 UBool continuation = isContinuation(CE);
6169 if(!continuation) {
6184 if (coll->leadBytePermutationTable != NULL && !continuation) {
7179 // only need to check one for continuation
7207 sOrder = (sOrder & UCOL_PRIMARYMASK) | 0xC0; /* preserve interesting continuation */
7257 tOrder = (tOrder & UCOL_PRIMARYMASK) | 0xC0; /* preserve interesting continuation */
7361 /* after this, secS has the start of continuation, and sCEs points before that */
7363 sCE+=2; /* need to point to the first continuation CP */
7369 sCE = sCESave; /* reset the pointer to before continuation */
7371 secS = 0; /* Fetch a fresh CE before the continuation sequence. */
7375 secS &= UCOL_SECONDARYMASK; /* remove the continuation bit */
7384 /* after this, secS has the start of continuation, and sCEs points before that */
7386 tCE+=2; /* need to point to the first continuation CP */
7392 tCE = tCESave; /* reset the pointer to before continuation */
7394 secT = 0; /* Fetch a fresh CE before the continuation sequence. */
7398 secT &= UCOL_SECONDARYMASK; /* remove the continuation bit */
7524 } else if(secS > LVT || (secS & UCOL_PRIMARYMASK) == 0) { /* non continuation */