Home | History | Annotate | Download | only in common

Lines Matching refs:onlyContiguous

734                                 UBool onlyContiguous) const {
890 } else if(onlyContiguous) {
903 UBool onlyContiguous,
1082 if( onlyContiguous && // FCC
1143 recompose(buffer, recomposeStartIndex, onlyContiguous);
1163 UBool onlyContiguous,
1238 if( onlyContiguous && // FCC
1273 UBool onlyContiguous,
1286 compose(middleStart, middleStart+middle.length(), onlyContiguous,
1295 compose(src, limit, onlyContiguous, TRUE, buffer, errorCode);
1335 UBool Normalizer2Impl::hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const {
1361 (!onlyContiguous || firstUnit<=0x1ff);