Home | History | Annotate | Download | only in i18n

Lines Matching full:iscontinuation

4346         notIsContinuation = !isContinuation(order);
4781 notIsContinuation = !isContinuation(order);
5376 notIsContinuation = !isContinuation(order);
5637 UBool notIsContinuation = !isContinuation(CE);
5980 if(!isContinuation(CE)){
6086 if(isContinuation(CE)) { // if it's a continuation, we want to save it and
6164 if(!isContinuation(CE) && ((CE & UCOL_PRIMARYMASK) != 0 || strength > UCOL_PRIMARY)) {
6250 notIsContinuation = !isContinuation(CE);
6326 notIsContinuation = !isContinuation(CE);
6592 UBool continuation = isContinuation(CE);
6908 if(isContinuation(nextCE) && (nextCE & UCOL_PRIMARYMASK) != 0) {
7537 if (coll->leadBytePermutationTable != NULL && !isContinuation(sOrder)) {
7560 } else if(isContinuation(sOrder)) {
7610 } else if(isContinuation(tOrder)) {
7714 if(isContinuation(secS)) {
7715 while(isContinuation(secS = *(sCE--)))
7724 if(!isContinuation(secS)) { /* This means we have finished with this cont */
7737 if(isContinuation(secT)) {
7738 while(isContinuation(secT = *(tCE--)))
7747 if(!isContinuation(secT)) { /* This means we have finished with this cont */
7778 if(!isContinuation(*sCE++)) {
7794 if(!isContinuation(*tCE++)) {
7835 if(!isContinuation(secS)) {
7844 if(!isContinuation(secT)) {
7874 while((secS == 0 && secS != UCOL_NO_MORE_CES) || (isContinuation(secS) && !sInShifted)) {
7876 if(isContinuation(secS)) {
7890 while((secT == 0 && secT != UCOL_NO_MORE_CES) || (isContinuation(secT) && !tInShifted)) {
7892 if(isContinuation(secT)) {