Searched refs:onlyContiguous (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/common/ |
D | normalizer2.cpp | 265 Normalizer2WithImpl(ni), onlyContiguous(fcc) {} in ComposeNormalizer2() 271 impl.compose(src, limit, onlyContiguous, TRUE, buffer, errorCode); in normalize() 278 … impl.composeAndAppend(src, limit, doNormalize, onlyContiguous, safeMiddle, buffer, errorCode); in normalizeAndAppend() 296 return impl.compose(sArray, sArray+s.length(), onlyContiguous, FALSE, buffer, errorCode); in isNormalized() 309 impl.composeQuickCheck(sArray, sArray+s.length(), onlyContiguous, &qcResult); in quickCheck() 314 return impl.composeQuickCheck(src, limit, onlyContiguous, NULL); in spanQuickCheckYes() 324 return impl.hasCompBoundaryAfter(c, onlyContiguous, FALSE); in hasBoundaryAfter() 327 return impl.hasCompBoundaryAfter(c, onlyContiguous, TRUE); in isInert() 330 const UBool onlyContiguous; member in ComposeNormalizer2
|
D | normalizer2impl.h | 338 UBool onlyContiguous, 343 UBool onlyContiguous, 347 UBool onlyContiguous, 365 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const; 469 UBool onlyContiguous) const;
|
D | normalizer2impl.cpp | 739 UBool onlyContiguous) const { in recompose() 895 } else if(onlyContiguous) { in recompose() 908 UBool onlyContiguous, in compose() argument 1087 if( onlyContiguous && // FCC in compose() 1148 recompose(buffer, recomposeStartIndex, onlyContiguous); in compose() 1168 UBool onlyContiguous, in composeQuickCheck() argument 1243 if( onlyContiguous && // FCC in composeQuickCheck() 1278 UBool onlyContiguous, in composeAndAppend() argument 1293 compose(middleStart, middleStart+middle.length(), onlyContiguous, in composeAndAppend() 1302 compose(src, limit, onlyContiguous, TRUE, buffer, errorCode); in composeAndAppend() [all …]
|