Lines Matching refs:onlyContiguous
861 UBool onlyContiguous) const { in recompose()
1017 } else if(onlyContiguous) { in recompose()
1079 UBool onlyContiguous, in compose() argument
1258 if( onlyContiguous && // FCC in compose()
1319 recompose(buffer, recomposeStartIndex, onlyContiguous); in compose()
1339 UBool onlyContiguous, in composeQuickCheck() argument
1414 if( onlyContiguous && // FCC in composeQuickCheck()
1449 UBool onlyContiguous, in composeAndAppend() argument
1464 compose(middleStart, middleStart+middle.length(), onlyContiguous, in composeAndAppend()
1473 compose(src, limit, onlyContiguous, TRUE, buffer, errorCode); in composeAndAppend()
1516 UBool Normalizer2Impl::hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const… in hasCompBoundaryAfter() argument
1544 (!onlyContiguous || firstUnit<=0x1ff); in hasCompBoundaryAfter()