Home | History | Annotate | Download | only in i18n

Lines Matching refs:isContinuation

4696         notIsContinuation = !isContinuation(order);
5059 notIsContinuation = !isContinuation(order);
5213 UBool notIsContinuation = !isContinuation(CE);
5556 if(!isContinuation(CE)){
5662 if(isContinuation(CE)) { // if it's a continuation, we want to save it and
5740 if(!isContinuation(CE) && ((CE & UCOL_PRIMARYMASK) != 0 || strength > UCOL_PRIMARY)) {
5826 notIsContinuation = !isContinuation(CE);
5902 notIsContinuation = !isContinuation(CE);
6168 UBool continuation = isContinuation(CE);
6484 if(isContinuation(nextCE) && (nextCE & UCOL_PRIMARYMASK) != 0) {
7181 if (coll->leadBytePermutationTable != NULL && !isContinuation(sOrder)) {
7204 } else if(isContinuation(sOrder)) {
7254 } else if(isContinuation(tOrder)) {
7358 if(isContinuation(secS)) {
7359 while(isContinuation(secS = *(sCE--)))
7368 if(!isContinuation(secS)) { /* This means we have finished with this cont */
7381 if(isContinuation(secT)) {
7382 while(isContinuation(secT = *(tCE--)))
7391 if(!isContinuation(secT)) { /* This means we have finished with this cont */
7422 if(!isContinuation(*sCE++)) {
7438 if(!isContinuation(*tCE++)) {
7479 if(!isContinuation(secS)) {
7488 if(!isContinuation(secT)) {
7518 while((secS == 0 && secS != UCOL_NO_MORE_CES) || (isContinuation(secS) && !sInShifted)) {
7520 if(isContinuation(secS)) {
7534 while((secT == 0 && secT != UCOL_NO_MORE_CES) || (isContinuation(secT) && !tInShifted)) {
7536 if(isContinuation(secT)) {